#814F28

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

Shades of Korma #814F28

Tints of Korma #814F28

Color information

#814F28 (or 0x814F28) is unknown color: approx Korma. HEX triplet: 81, 4F and 28. RGB value is (129,79,40). Sum of RGB (Red+Green+Blue) = 129+79+40=248 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.02% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 129 - color contains mainly: red. Hex color #814F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814F28 is #7EB0D7. Grayscale: #595959. Windows color (decimal): -8302808 or 2641793. OLE color: 2641793.

HSL color Cylindrical-coordinate representation of color #814F28: hue angle of 26.29º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #814F28 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB1297940-
CMYK00.390.690.49
HSL26.29º52.66%33.14%-
HSV(B)26.29º68.99%50.59%-
XYZ12.2310.413.37-
YUV89.5100.06156.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.02%
GREEN value IS 79 (31.25% from 255) = 31.85%
BLUE value IS 40 (16.02% from 255) = 16.13%
R=52.02%
G=31.85%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129794000.390.690.4926.2952.6633.14
Hex814F2802745311a3521
Octal2011175004710561326541
Binary1000000110011111010000100111100010111000111010110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814F28; }

 p { color: rgb(129,79,40); }

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

<style>
 a { background-color: #814F28; }

 a { background-color: rgb(129,79,40); }

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

<style>
 span { border-color: #814F28; }

 span { border-color: rgb(129,79,40); }

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