Html Css Color HEX #815024 Korma

📋 copy color: '#815024'

red 129 ◦ green 80 ◦ blue 36

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

Shades of Korma #815024

Tints of Korma #815024

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.65%

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

R = 52.65%
G = 32.65%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#815024 (or 0x815024) is known color: Korma. HEX triplet: 81, 50 and 24. RGB value is (129,80,36). Sum of RGB (Red+Green+Blue) = 129+80+36=245 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.65% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 129 - color contains mainly: red. Hex color #815024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815024 is #7EAFDB. Grayscale: #595959. Windows color (decimal): -8302556 or 2379905. OLE color: 2379905.

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

Color convert

RGB 129 80 36 -
CMYK 0 0.38 0.72 0.49
HSL 28.39º 0.56% 0.32% -
HSV(B) 28.39º 0.72% 0.51% -
XYZ 12.24 10.53 3.06 -
YUV 89.64 97.73 156.08 -
System Red Green Blue C M Y K H S L
Decimal 129 80 36 0 0.38 0.72 0.49 28.39 0.56 0.32
Hex 81 50 24 0 26 48 31 1C 38 20
Octal 201 120 44 0 46 110 61 34 70 40
Binary 10000001 1010000 100100 0 100110 1001000 110001 11100 111000 100000

Color Harmonies of #815024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815024

Black with #815024

Text Example


Text Example

White with #815024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815024; }

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

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

background-color css

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

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

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

border-color css

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

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

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