#814c28

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

Shades of Korma #814C28

Tints of Korma #814C28

Color information

#814C28 (or 0x814C28) is unknown color: approx Korma. HEX triplet: 81, 4C and 28. RGB value is (129,76,40). Sum of RGB (Red+Green+Blue) = 129+76+40=245 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.65% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 129 - color contains mainly: red. Hex color #814C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814C28 is #7EB3D7. Grayscale: #575757. Windows color (decimal): -8303576 or 2641025. OLE color: 2641025.

HSL color Cylindrical-coordinate representation of color #814C28: hue angle of 24.27º 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 #814C28 is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB1297640-
CMYK00.410.690.49
HSL24.27º52.66%33.14%-
HSV(B)24.27º68.99%50.59%-
XYZ12.029.993.3-
YUV87.74101.06157.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.65%
GREEN value IS 76 (30.08% from 255) = 31.02%
BLUE value IS 40 (16.02% from 255) = 16.33%
R=52.65%
G=31.02%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129764000.410.690.4924.2752.6633.14
Hex814C280294531183521
Octal2011145005110561306541
Binary1000000110011001010000101001100010111000111000110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814c28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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