Html Css Color HEX #815231 Korma

📋 copy color: '#815231'

red 129 ◦ green 82 ◦ blue 49

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

Shades of Korma #815231

Tints of Korma #815231

RGB

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

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

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

R = 49.62%
G = 31.54%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#815231 (or 0x815231) is known color: Korma. HEX triplet: 81, 52 and 31. RGB value is (129,82,49). Sum of RGB (Red+Green+Blue) = 129+82+49=260 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.62% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 129 - color contains mainly: red. Hex color #815231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815231 is #7EADCE. Grayscale: #5C5C5C. Windows color (decimal): -8302031 or 3232385. OLE color: 3232385.

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

Color convert

RGB 129 82 49 -
CMYK 0 0.36 0.62 0.49
HSL 24.75º 0.45% 0.35% -
HSV(B) 24.75º 0.62% 0.51% -
XYZ 12.62 10.92 4.35 -
YUV 92.29 103.57 154.18 -
System Red Green Blue C M Y K H S L
Decimal 129 82 49 0 0.36 0.62 0.49 24.75 0.45 0.35
Hex 81 52 31 0 24 3E 31 19 2D 23
Octal 201 122 61 0 44 76 61 31 55 43
Binary 10000001 1010010 110001 0 100100 111110 110001 11001 101101 100011

Color Harmonies of #815231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815231

Black with #815231

Text Example


Text Example

White with #815231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815231; }

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

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

background-color css

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

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

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

border-color css

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

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

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