Html Css Color HEX #815031 Korma

📋 copy color: '#815031'

red 129 ◦ green 80 ◦ blue 49

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

Shades of Korma #815031

Tints of Korma #815031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.99%

R = 50%
G = 31.01%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#815031 (or 0x815031) is known color: Korma. HEX triplet: 81, 50 and 31. RGB value is (129,80,49). Sum of RGB (Red+Green+Blue) = 129+80+49=258 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 129 - color contains mainly: red. Hex color #815031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815031 is #7EAFCE. Grayscale: #5B5B5B. Windows color (decimal): -8302543 or 3231873. OLE color: 3231873.

HSL color Cylindrical-coordinate representation of color #815031: hue angle of 23.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #815031 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 80 49 -
CMYK 0 0.38 0.62 0.49
HSL 23.25º 0.45% 0.35% -
HSV(B) 23.25º 0.62% 0.51% -
XYZ 12.48 10.63 4.3 -
YUV 91.12 104.23 155.02 -
System Red Green Blue C M Y K H S L
Decimal 129 80 49 0 0.38 0.62 0.49 23.25 0.45 0.35
Hex 81 50 31 0 26 3E 31 17 2D 23
Octal 201 120 61 0 46 76 61 27 55 43
Binary 10000001 1010000 110001 0 100110 111110 110001 10111 101101 100011

Color Harmonies of #815031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815031

Black with #815031

Text Example


Text Example

White with #815031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815031; }

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

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

background-color css

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

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

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

border-color css

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

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

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