Html Css Color HEX #805131 Korma

📋 copy color: '#805131'

red 128 ◦ green 81 ◦ blue 49

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

Shades of Korma #805131

Tints of Korma #805131

RGB

 RED value IS 128 (50.39% from 255) = 49.61%

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

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

R = 49.61%
G = 31.4%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#805131 (or 0x805131) is known color: Korma. HEX triplet: 80, 51 and 31. RGB value is (128,81,49). Sum of RGB (Red+Green+Blue) = 128+81+49=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #805131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805131 is #7FAECE. Grayscale: #5B5B5B. Windows color (decimal): -8367823 or 3232128. OLE color: 3232128.

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

Color convert

RGB 128 81 49 -
CMYK 0 0.37 0.62 0.50
HSL 24.3º 0.45% 0.35% -
HSV(B) 24.3º 0.62% 0.5% -
XYZ 12.4 10.7 4.32 -
YUV 91.41 104.07 154.1 -
System Red Green Blue C M Y K H S L
Decimal 128 81 49 0 0.37 0.62 0.50 24.3 0.45 0.35
Hex 80 51 31 0 25 3E 32 18 2D 23
Octal 200 121 61 0 45 76 62 30 55 43
Binary 10000000 1010001 110001 0 100101 111110 110010 11000 101101 100011

Color Harmonies of #805131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805131

Black with #805131

Text Example


Text Example

White with #805131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805131; }

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

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

background-color css

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

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

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

border-color css

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

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

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