#804E2A

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

Shades of Korma #804E2A

Tints of Korma #804E2A

Color information

#804E2A (or 0x804E2A) is unknown color: approx Korma. HEX triplet: 80, 4E and 2A. RGB value is (128,78,42). Sum of RGB (Red+Green+Blue) = 128+78+42=248 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.61% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 128 - color contains mainly: red. Hex color #804E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804E2A is #7FB1D5. Grayscale: #595959. Windows color (decimal): -8368598 or 2772608. OLE color: 2772608.

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

Color convert

RGB1287842-
CMYK00.390.670.50
HSL25.12º50.59%33.33%-
HSV(B)25.12º67.19%50.2%-
XYZ12.0410.213.53-
YUV88.85101.56155.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.61%
GREEN value IS 78 (30.86% from 255) = 31.45%
BLUE value IS 42 (16.80% from 255) = 16.94%
R=51.61%
G=31.45%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128784200.390.670.5025.1250.5933.33
Hex804E2A0274332193321
Octal2001165204710362316341
Binary1000000010011101010100100111100001111001011001110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,78,42); }

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

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

 a { background-color: rgb(128,78,42); }

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

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

 span { border-color: rgb(128,78,42); }

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