#804927

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

Shades of Korma #804927

Tints of Korma #804927

Color information

#804927 (or 0x804927) is unknown color: approx Korma. HEX triplet: 80, 49 and 27. RGB value is (128,73,39). Sum of RGB (Red+Green+Blue) = 128+73+39=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #804927 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804927 is #7FB6D8. Grayscale: #555555. Windows color (decimal): -8369881 or 2574720. OLE color: 2574720.

HSL color Cylindrical-coordinate representation of color #804927: hue angle of 22.92º 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 #804927 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB1287339-
CMYK00.430.700.50
HSL22.92º53.29%32.75%-
HSV(B)22.92º69.53%50.2%-
XYZ11.659.53.14-
YUV85.57101.72158.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.33%
GREEN value IS 73 (28.91% from 255) = 30.42%
BLUE value IS 39 (15.62% from 255) = 16.25%
R=53.33%
G=30.42%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128733900.430.700.5022.9253.2932.75
Hex80492702B4632173521
Octal2001114705310662276541
Binary1000000010010011001110101011100011011001010111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804927; }

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

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

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

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

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

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

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

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