#854F29

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

Shades of Korma #854F29

Tints of Korma #854F29

Color information

#854F29 (or 0x854F29) is unknown color: approx Korma. HEX triplet: 85, 4F and 29. RGB value is (133,79,41). Sum of RGB (Red+Green+Blue) = 133+79+41=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 79 (31.25% from 255 or 31.23% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #854F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854F29 is #7AB0D6. Grayscale: #5B5B5B. Windows color (decimal): -8040663 or 2707333. OLE color: 2707333.

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

Color convert

RGB1337941-
CMYK00.410.690.48
HSL24.78º52.87%34.12%-
HSV(B)24.78º69.17%52.16%-
XYZ12.8710.743.49-
YUV90.8199.89158.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.57%
GREEN value IS 79 (31.25% from 255) = 31.23%
BLUE value IS 41 (16.41% from 255) = 16.21%
R=52.57%
G=31.23%
B=16.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133794100.410.690.4824.7852.8734.12
Hex854F290294530193522
Octal2051175105110560316542
Binary1000010110011111010010101001100010111000011001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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