#804B29

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

Shades of Korma #804B29

Tints of Korma #804B29

Color information

#804B29 (or 0x804B29) is unknown color: approx Korma. HEX triplet: 80, 4B and 29. RGB value is (128,75,41). Sum of RGB (Red+Green+Blue) = 128+75+41=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 75 (29.69% from 255 or 30.74% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #804B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804B29 is #7FB4D6. Grayscale: #575757. Windows color (decimal): -8369367 or 2706304. OLE color: 2706304.

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

Color convert

RGB1287541-
CMYK00.410.680.50
HSL23.45º51.48%33.14%-
HSV(B)23.45º67.97%50.2%-
XYZ11.829.783.36-
YUV86.97102.06157.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.46%
GREEN value IS 75 (29.69% from 255) = 30.74%
BLUE value IS 41 (16.41% from 255) = 16.80%
R=52.46%
G=30.74%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128754100.410.680.5023.4551.4833.14
Hex804B290294432173321
Octal2001135105110462276341
Binary1000000010010111010010101001100010011001010111110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,75,41); }

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

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

 a { background-color: rgb(128,75,41); }

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

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

 span { border-color: rgb(128,75,41); }

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