Html Css Color HEX #805232 Korma

📋 copy color: '#805232'

red 128 ◦ green 82 ◦ blue 50

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

Shades of Korma #805232

Tints of Korma #805232

RGB

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

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

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

R = 49.23%
G = 31.54%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#805232 (or 0x805232) is known color: Korma. HEX triplet: 80, 52 and 32. RGB value is (128,82,50). Sum of RGB (Red+Green+Blue) = 128+82+50=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #805232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805232 is #7FADCD. Grayscale: #5C5C5C. Windows color (decimal): -8367566 or 3297920. OLE color: 3297920.

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

Color convert

RGB 128 82 50 -
CMYK 0 0.36 0.61 0.50
HSL 24.62º 0.44% 0.35% -
HSV(B) 24.62º 0.61% 0.5% -
XYZ 12.5 10.85 4.45 -
YUV 92.11 104.24 153.6 -
System Red Green Blue C M Y K H S L
Decimal 128 82 50 0 0.36 0.61 0.50 24.62 0.44 0.35
Hex 80 52 32 0 24 3D 32 19 2C 23
Octal 200 122 62 0 44 75 62 31 54 43
Binary 10000000 1010010 110010 0 100100 111101 110010 11001 101100 100011

Color Harmonies of #805232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805232

Black with #805232

Text Example


Text Example

White with #805232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805232; }

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

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

background-color css

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

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

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

border-color css

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

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

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