Html Css Color HEX #804E29 Korma

📋 copy color: '#804E29'

red 128 ◦ green 78 ◦ blue 41

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

Shades of Korma #804E29

Tints of Korma #804E29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.6%

R = 51.82%
G = 31.58%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#804E29 (or 0x804E29) is known color: Korma. HEX triplet: 80, 4E and 29. RGB value is (128,78,41). Sum of RGB (Red+Green+Blue) = 128+78+41=247 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.82% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 128 - color contains mainly: red. Hex color #804E29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804E29 is #7FB1D6. Grayscale: #585858. Windows color (decimal): -8368599 or 2707072. OLE color: 2707072.

HSL color Cylindrical-coordinate representation of color #804E29: hue angle of 25.52º 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 #804E29 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 78 41 -
CMYK 0 0.39 0.68 0.50
HSL 25.52º 0.51% 0.33% -
HSV(B) 25.52º 0.68% 0.5% -
XYZ 12.03 10.2 3.43 -
YUV 88.73 101.07 156.01 -
System Red Green Blue C M Y K H S L
Decimal 128 78 41 0 0.39 0.68 0.50 25.52 0.51 0.33
Hex 80 4E 29 0 27 44 32 1A 33 21
Octal 200 116 51 0 47 104 62 32 63 41
Binary 10000000 1001110 101001 0 100111 1000100 110010 11010 110011 100001

Color Harmonies of #804E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804E29

Black with #804E29

Text Example


Text Example

White with #804E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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