Html Css Color HEX #814E24 Korma

📋 copy color: '#814E24'

red 129 ◦ green 78 ◦ blue 36

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

Shades of Korma #814E24

Tints of Korma #814E24

RGB

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

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

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

R = 53.09%
G = 32.1%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#814E24 (or 0x814E24) is known color: Korma. HEX triplet: 81, 4E and 24. RGB value is (129,78,36). Sum of RGB (Red+Green+Blue) = 129+78+36=243 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.09% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 36 (14.45% from 255 or 14.81% from 243); Max value from RGB is 129 - color contains mainly: red. Hex color #814E24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814E24 is #7EB1DB. Grayscale: #585858. Windows color (decimal): -8303068 or 2379393. OLE color: 2379393.

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

Color convert

RGB 129 78 36 -
CMYK 0 0.40 0.72 0.49
HSL 27.1º 0.56% 0.32% -
HSV(B) 27.1º 0.72% 0.51% -
XYZ 12.1 10.24 3.01 -
YUV 88.46 98.4 156.92 -
System Red Green Blue C M Y K H S L
Decimal 129 78 36 0 0.40 0.72 0.49 27.1 0.56 0.32
Hex 81 4E 24 0 28 48 31 1B 38 20
Octal 201 116 44 0 50 110 61 33 70 40
Binary 10000001 1001110 100100 0 101000 1001000 110001 11011 111000 100000

Color Harmonies of #814E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814E24

Black with #814E24

Text Example


Text Example

White with #814E24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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