Html Css Color HEX #815731 Korma

📋 copy color: '#815731'

red 129 ◦ green 87 ◦ blue 49

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

Shades of Korma #815731

Tints of Korma #815731

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.83%

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

R = 48.68%
G = 32.83%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#815731 (or 0x815731) is known color: Korma. HEX triplet: 81, 57 and 31. RGB value is (129,87,49). Sum of RGB (Red+Green+Blue) = 129+87+49=265 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.68% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 129 - color contains mainly: red. Hex color #815731 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815731 is #7EA8CE. Grayscale: #5F5F5F. Windows color (decimal): -8300751 or 3233665. OLE color: 3233665.

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

Color convert

RGB 129 87 49 -
CMYK 0 0.33 0.62 0.49
HSL 28.5º 0.45% 0.35% -
HSV(B) 28.5º 0.62% 0.51% -
XYZ 13.02 11.71 4.48 -
YUV 95.23 101.91 152.09 -
System Red Green Blue C M Y K H S L
Decimal 129 87 49 0 0.33 0.62 0.49 28.5 0.45 0.35
Hex 81 57 31 0 21 3E 31 1C 2D 23
Octal 201 127 61 0 41 76 61 34 55 43
Binary 10000001 1010111 110001 0 100001 111110 110001 11100 101101 100011

Color Harmonies of #815731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815731

Black with #815731

Text Example


Text Example

White with #815731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815731; }

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

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

background-color css

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

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

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

border-color css

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

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

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