Html Css Color HEX #814D24 Korma

📋 copy color: '#814D24'

red 129 ◦ green 77 ◦ blue 36

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

Shades of Korma #814D24

Tints of Korma #814D24

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.82%

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

R = 53.31%
G = 31.82%
B = 14.88%

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

#814D24 (or 0x814D24) is known color: Korma. HEX triplet: 81, 4D and 24. RGB value is (129,77,36). Sum of RGB (Red+Green+Blue) = 129+77+36=242 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.31% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 36 (14.45% from 255 or 14.88% from 242); Max value from RGB is 129 - color contains mainly: red. Hex color #814D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814D24 is #7EB2DB. Grayscale: #585858. Windows color (decimal): -8303324 or 2379137. OLE color: 2379137.

HSL color Cylindrical-coordinate representation of color #814D24: hue angle of 26.45º 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 #814D24 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 77 36 -
CMYK 0 0.40 0.72 0.49
HSL 26.45º 0.56% 0.32% -
HSV(B) 26.45º 0.72% 0.51% -
XYZ 12.03 10.1 2.99 -
YUV 87.87 98.73 157.33 -
System Red Green Blue C M Y K H S L
Decimal 129 77 36 0 0.40 0.72 0.49 26.45 0.56 0.32
Hex 81 4D 24 0 28 48 31 1A 38 20
Octal 201 115 44 0 50 110 61 32 70 40
Binary 10000001 1001101 100100 0 101000 1001000 110001 11010 111000 100000

Color Harmonies of #814D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814D24

Black with #814D24

Text Example


Text Example

White with #814D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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