Html Css Color HEX #804E24 Korma

📋 copy color: '#804E24'

red 128 ◦ green 78 ◦ blue 36

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

Shades of Korma #804E24

Tints of Korma #804E24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.88%

R = 52.89%
G = 32.23%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.50

RGB Variations

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

Color information

#804E24 (or 0x804E24) is known color: Korma. HEX triplet: 80, 4E and 24. RGB value is (128,78,36). Sum of RGB (Red+Green+Blue) = 128+78+36=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 36 (14.45% from 255 or 14.88% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #804E24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804E24 is #7FB1DB. Grayscale: #585858. Windows color (decimal): -8368604 or 2379392. OLE color: 2379392.

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

Color convert

RGB 128 78 36 -
CMYK 0 0.39 0.72 0.50
HSL 27.39º 0.56% 0.32% -
HSV(B) 27.39º 0.72% 0.5% -
XYZ 11.94 10.17 3 -
YUV 88.16 98.57 156.42 -
System Red Green Blue C M Y K H S L
Decimal 128 78 36 0 0.39 0.72 0.50 27.39 0.56 0.32
Hex 80 4E 24 0 27 48 32 1B 38 20
Octal 200 116 44 0 47 110 62 33 70 40
Binary 10000000 1001110 100100 0 100111 1001000 110010 11011 111000 100000

Color Harmonies of #804E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804E24

Black with #804E24

Text Example


Text Example

White with #804E24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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