#805133

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

Shades of Korma #805133

Tints of Korma #805133

Color information

#805133 (or 0x805133) is unknown color: approx Korma. HEX triplet: 80, 51 and 33. RGB value is (128,81,51). Sum of RGB (Red+Green+Blue) = 128+81+51=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #805133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805133 is #7FAECC. Grayscale: #5B5B5B. Windows color (decimal): -8367821 or 3363200. OLE color: 3363200.

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

Color convert

RGB1288151-
CMYK00.370.600.50
HSL23.38º43.02%35.1%-
HSV(B)23.38º60.16%50.2%-
XYZ12.4410.714.54-
YUV91.63105.07153.94-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.23%
GREEN value IS 81 (32.03% from 255) = 31.15%
BLUE value IS 51 (20.31% from 255) = 19.62%
R=49.23%
G=31.15%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.60
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128815100.370.600.5023.3843.0235.1
Hex8051330253C32172b23
Octal200121630457462275343
Binary100000001010001110011010010111110011001010111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805133; }

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

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

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

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

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

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

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

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