#854D23

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

Shades of Korma #854D23

Tints of Korma #854D23

Color information

#854D23 (or 0x854D23) is unknown color: approx Korma. HEX triplet: 85, 4D and 23. RGB value is (133,77,35). Sum of RGB (Red+Green+Blue) = 133+77+35=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #854D23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854D23 is #7AB2DC. Grayscale: #595959. Windows color (decimal): -8041181 or 2313605. OLE color: 2313605.

HSL color Cylindrical-coordinate representation of color #854D23: hue angle of 25.71º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #854D23 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB1337735-
CMYK00.420.740.48
HSL25.71º58.33%32.94%-
HSV(B)25.71º73.68%52.16%-
XYZ12.6310.422.93-
YUV88.9697.55159.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.29%
GREEN value IS 77 (30.47% from 255) = 31.43%
BLUE value IS 35 (14.06% from 255) = 14.29%
R=54.29%
G=31.43%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133773500.420.740.4825.7158.3332.94
Hex854D2302A4A301a3a21
Octal2051154305211260327241
Binary1000010110011011000110101010100101011000011010111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,77,35); }

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

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

 a { background-color: rgb(133,77,35); }

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

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

 span { border-color: rgb(133,77,35); }

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