Html Css Color HEX #804E28 Korma

📋 copy color: '#804E28'

red 128 ◦ green 78 ◦ blue 40

#804E28
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Korma #804E28

Tints of Korma #804E28

RGB

 RED value IS 128 (50.39% from 255) = 52.03%

 GREEN value IS 78 (30.86% from 255) = 31.71%

 BLUE value IS 40 (16.02% from 255) = 16.26%

R = 52.03%
G = 31.71%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#804E28 (or 0x804E28) is known color: Korma. HEX triplet: 80, 4E and 28. RGB value is (128,78,40). Sum of RGB (Red+Green+Blue) = 128+78+40=246 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.03% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 128 - color contains mainly: red. Hex color #804E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804E28 is #7FB1D7. Grayscale: #585858. Windows color (decimal): -8368600 or 2641536. OLE color: 2641536.

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

Color convert

RGB 128 78 40 -
CMYK 0 0.39 0.69 0.50
HSL 25.91º 0.52% 0.33% -
HSV(B) 25.91º 0.69% 0.5% -
XYZ 12.01 10.19 3.34 -
YUV 88.62 100.57 156.09 -
System Red Green Blue C M Y K H S L
Decimal 128 78 40 0 0.39 0.69 0.50 25.91 0.52 0.33
Hex 80 4E 28 0 27 45 32 1A 34 21
Octal 200 116 50 0 47 105 62 32 64 41
Binary 10000000 1001110 101000 0 100111 1000101 110010 11010 110100 100001

Color Harmonies of #804E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804E28

Black with #804E28

Text Example


Text Example

White with #804E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #804E28;
 }
 .AnyTagClassName
 {
   color: #804E28;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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