Html Css Color HEX #815131 Korma

📋 copy color: '#815131'

red 129 ◦ green 81 ◦ blue 49

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

Shades of Korma #815131

Tints of Korma #815131

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.27%

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

R = 49.81%
G = 31.27%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#815131 (or 0x815131) is known color: Korma. HEX triplet: 81, 51 and 31. RGB value is (129,81,49). Sum of RGB (Red+Green+Blue) = 129+81+49=259 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.81% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 49 (19.53% from 255 or 18.92% from 259); Max value from RGB is 129 - color contains mainly: red. Hex color #815131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815131 is #7EAECE. Grayscale: #5B5B5B. Windows color (decimal): -8302287 or 3232129. OLE color: 3232129.

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

Color convert

RGB 129 81 49 -
CMYK 0 0.37 0.62 0.49
HSL 24º 0.45% 0.35% -
HSV(B) 24º 0.62% 0.51% -
XYZ 12.55 10.77 4.32 -
YUV 91.7 103.9 154.6 -
System Red Green Blue C M Y K H S L
Decimal 129 81 49 0 0.37 0.62 0.49 24 0.45 0.35
Hex 81 51 31 0 25 3E 31 18 2D 23
Octal 201 121 61 0 45 76 61 30 55 43
Binary 10000001 1010001 110001 0 100101 111110 110001 11000 101101 100011

Color Harmonies of #815131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815131

Black with #815131

Text Example


Text Example

White with #815131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815131; }

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

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

background-color css

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

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

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

border-color css

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

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

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