#804C27

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

Shades of Korma #804C27

Tints of Korma #804C27

Color information

#804C27 (or 0x804C27) is unknown color: approx Korma. HEX triplet: 80, 4C and 27. RGB value is (128,76,39). Sum of RGB (Red+Green+Blue) = 128+76+39=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 39 (15.62% from 255 or 16.05% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #804C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804C27 is #7FB3D8. Grayscale: #575757. Windows color (decimal): -8369113 or 2575488. OLE color: 2575488.

HSL color Cylindrical-coordinate representation of color #804C27: hue angle of 24.94º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #804C27 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB1287639-
CMYK00.410.700.50
HSL24.94º53.29%32.75%-
HSV(B)24.94º69.53%50.2%-
XYZ11.859.93.21-
YUV87.33100.73157.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.67%
GREEN value IS 76 (30.08% from 255) = 31.28%
BLUE value IS 39 (15.62% from 255) = 16.05%
R=52.67%
G=31.28%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128763900.410.700.5024.9453.2932.75
Hex804C270294632193521
Octal2001144705110662316541
Binary1000000010011001001110101001100011011001011001110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804C27; }

 p { color: rgb(128,76,39); }

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

<style>
 a { background-color: #804C27; }

 a { background-color: rgb(128,76,39); }

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

<style>
 span { border-color: #804C27; }

 span { border-color: rgb(128,76,39); }

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