#805232

Color #805232 Korma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Korma #805232

Tints of Korma #805232

Color information

#805232 (or 0x805232) is unknown color: approx 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

RGB1288250-
CMYK00.360.610.50
HSL24.62º43.82%34.9%-
HSV(B)24.62º60.94%50.2%-
XYZ12.510.854.45-
YUV92.11104.24153.6-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128825000.360.610.5024.6243.8234.9
Hex8052320243D32192c23
Octal200122620447562315443
Binary100000001010010110010010010011110111001011001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>