#805632

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

Shades of Korma #805632

Tints of Korma #805632

Color information

#805632 (or 0x805632) is unknown color: approx Korma. HEX triplet: 80, 56 and 32. RGB value is (128,86,50). Sum of RGB (Red+Green+Blue) = 128+86+50=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 128 - color contains mainly: red. Hex color #805632 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805632 is #7FA9CD. Grayscale: #5E5E5E. Windows color (decimal): -8366542 or 3298944. OLE color: 3298944.

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

Color convert

RGB1288650-
CMYK00.330.610.50
HSL27.69º43.82%34.9%-
HSV(B)27.69º60.94%50.2%-
XYZ12.8111.484.56-
YUV94.45102.91151.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.48%
GREEN value IS 86 (33.98% from 255) = 32.58%
BLUE value IS 50 (19.92% from 255) = 18.94%
R=48.48%
G=32.58%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128865000.330.610.5027.6943.8234.9
Hex8056320213D321c2c23
Octal200126620417562345443
Binary100000001010110110010010000111110111001011100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805632; }

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

 H1.HeaderClassName
 {
   color: #805632;
 }
 .AnyTagClassName
 {
   color: #805632;
 }
</style>
background-color css

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

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

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

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

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

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