#854C2F

Color #854C2F Korma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Korma #854C2F

Tints of Korma #854C2F

Color information

#854C2F (or 0x854C2F) is unknown color: approx Korma. HEX triplet: 85, 4C and 2F. RGB value is (133,76,47). Sum of RGB (Red+Green+Blue) = 133+76+47=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #854C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854C2F is #7AB3D0. Grayscale: #595959. Windows color (decimal): -8041425 or 3099781. OLE color: 3099781.

HSL color Cylindrical-coordinate representation of color #854C2F: hue angle of 20.23º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #854C2F is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB1337647-
CMYK00.430.650.48
HSL20.23º47.78%35.29%-
HSV(B)20.23º64.66%52.16%-
XYZ12.7710.364.02-
YUV89.74103.88158.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 51.95%
GREEN value IS 76 (30.08% from 255) = 29.69%
BLUE value IS 47 (18.75% from 255) = 18.36%
R=51.95%
G=29.69%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133764700.430.650.4820.2347.7835.29
Hex854C2F02B4130143023
Octal2051145705310160246043
Binary1000010110011001011110101011100000111000010100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854C2F; }

 p { color: rgb(133,76,47); }

 H1.HeaderClassName
 {
   color: #854C2F;
 }
 .AnyTagClassName
 {
   color: #854C2F;
 }
</style>
background-color css

<style>
 a { background-color: #854C2F; }

 a { background-color: rgb(133,76,47); }

 div.DivClassName
 {
   background-color: #854C2F;
 }
 .BgClassName
 {
   background-color: #854C2F;
 }
</style>
border-color css

<style>
 span { border-color: #854C2F; }

 span { border-color: rgb(133,76,47); }

 td.TdClassName
 {
   border-color: #854C2F;
 }
 .TagClassName
 {
   border-color: #854C2F;
 }
</style>