Html Css Color HEX #815224 Korma

📋 copy color: '#815224'

red 129 ◦ green 82 ◦ blue 36

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

Shades of Korma #815224

Tints of Korma #815224

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.2%

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

R = 52.23%
G = 33.2%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#815224 (or 0x815224) is known color: Korma. HEX triplet: 81, 52 and 24. RGB value is (129,82,36). Sum of RGB (Red+Green+Blue) = 129+82+36=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #815224 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815224 is #7EADDB. Grayscale: #5B5B5B. Windows color (decimal): -8302044 or 2380417. OLE color: 2380417.

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

Color convert

RGB 129 82 36 -
CMYK 0 0.36 0.72 0.49
HSL 29.68º 0.56% 0.32% -
HSV(B) 29.68º 0.72% 0.51% -
XYZ 12.39 10.83 3.11 -
YUV 90.81 97.07 155.24 -
System Red Green Blue C M Y K H S L
Decimal 129 82 36 0 0.36 0.72 0.49 29.68 0.56 0.32
Hex 81 52 24 0 24 48 31 1E 38 20
Octal 201 122 44 0 44 110 61 36 70 40
Binary 10000001 1010010 100100 0 100100 1001000 110001 11110 111000 100000

Color Harmonies of #815224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815224

Black with #815224

Text Example


Text Example

White with #815224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815224; }

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

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

background-color css

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

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

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

border-color css

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

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

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