#854F32

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

Shades of Korma #854F32

Tints of Korma #854F32

Color information

#854F32 (or 0x854F32) is unknown color: approx Korma. HEX triplet: 85, 4F and 32. RGB value is (133,79,50). Sum of RGB (Red+Green+Blue) = 133+79+50=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #854F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854F32 is #7AB0CD. Grayscale: #5C5C5C. Windows color (decimal): -8040654 or 3297157. OLE color: 3297157.

HSL color Cylindrical-coordinate representation of color #854F32: hue angle of 20.96º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #854F32 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB1337950-
CMYK00.410.620.48
HSL20.96º45.36%35.88%-
HSV(B)20.96º62.41%52.16%-
XYZ13.0410.814.42-
YUV91.84104.39157.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.76%
GREEN value IS 79 (31.25% from 255) = 30.15%
BLUE value IS 50 (19.92% from 255) = 19.08%
R=50.76%
G=30.15%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133795000.410.620.4820.9645.3635.88
Hex854F320293E30152d24
Octal205117620517660255544
Binary100001011001111110010010100111111011000010101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,79,50); }

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

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

 a { background-color: rgb(133,79,50); }

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

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

 span { border-color: rgb(133,79,50); }

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