Html Css Color HEX #805132 Korma

📋 copy color: '#805132'

red 128 ◦ green 81 ◦ blue 50

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

Shades of Korma #805132

Tints of Korma #805132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.31%

R = 49.42%
G = 31.27%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#805132 (or 0x805132) is known color: Korma. HEX triplet: 80, 51 and 32. RGB value is (128,81,50). Sum of RGB (Red+Green+Blue) = 128+81+50=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #805132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805132 is #7FAECD. Grayscale: #5B5B5B. Windows color (decimal): -8367822 or 3297664. OLE color: 3297664.

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

Color convert

RGB 128 81 50 -
CMYK 0 0.37 0.61 0.50
HSL 23.85º 0.44% 0.35% -
HSV(B) 23.85º 0.61% 0.5% -
XYZ 12.42 10.7 4.43 -
YUV 91.52 104.57 154.02 -
System Red Green Blue C M Y K H S L
Decimal 128 81 50 0 0.37 0.61 0.50 23.85 0.44 0.35
Hex 80 51 32 0 25 3D 32 18 2C 23
Octal 200 121 62 0 45 75 62 30 54 43
Binary 10000000 1010001 110010 0 100101 111101 110010 11000 101100 100011

Color Harmonies of #805132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805132

Black with #805132

Text Example


Text Example

White with #805132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805132; }

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

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

background-color css

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

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

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

border-color css

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

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

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