Html Css Color HEX #814E28 Korma

📋 copy color: '#814E28'

red 129 ◦ green 78 ◦ blue 40

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

Shades of Korma #814E28

Tints of Korma #814E28

RGB

 RED value IS 129 (50.78% from 255) = 52.23%

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

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

R = 52.23%
G = 31.58%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#814E28 (or 0x814E28) is known color: Korma. HEX triplet: 81, 4E and 28. RGB value is (129,78,40). Sum of RGB (Red+Green+Blue) = 129+78+40=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #814E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814E28 is #7EB1D7. Grayscale: #595959. Windows color (decimal): -8303064 or 2641537. OLE color: 2641537.

HSL color Cylindrical-coordinate representation of color #814E28: hue angle of 25.62º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #814E28 is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 78 40 -
CMYK 0 0.40 0.69 0.49
HSL 25.62º 0.53% 0.33% -
HSV(B) 25.62º 0.69% 0.51% -
XYZ 12.16 10.27 3.35 -
YUV 88.92 100.4 156.59 -
System Red Green Blue C M Y K H S L
Decimal 129 78 40 0 0.40 0.69 0.49 25.62 0.53 0.33
Hex 81 4E 28 0 28 45 31 1A 35 21
Octal 201 116 50 0 50 105 61 32 65 41
Binary 10000001 1001110 101000 0 101000 1000101 110001 11010 110101 100001

Color Harmonies of #814E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814E28

Black with #814E28

Text Example


Text Example

White with #814E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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