#804C2B

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

Shades of Korma #804C2B

Tints of Korma #804C2B

Color information

#804C2B (or 0x804C2B) is unknown color: approx Korma. HEX triplet: 80, 4C and 2B. RGB value is (128,76,43). Sum of RGB (Red+Green+Blue) = 128+76+43=247 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.82% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 128 - color contains mainly: red. Hex color #804C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804C2B is #7FB3D4. Grayscale: #575757. Windows color (decimal): -8369109 or 2837632. OLE color: 2837632.

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

Color convert

RGB1287643-
CMYK00.410.660.50
HSL23.29º49.71%33.53%-
HSV(B)23.29º66.41%50.2%-
XYZ11.929.933.57-
YUV87.79102.73156.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.82%
GREEN value IS 76 (30.08% from 255) = 30.77%
BLUE value IS 43 (17.19% from 255) = 17.41%
R=51.82%
G=30.77%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128764300.410.660.5023.2949.7133.53
Hex804C2B0294232173222
Octal2001145305110262276242
Binary1000000010011001010110101001100001011001010111110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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