#805027

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

Shades of Korma #805027

Tints of Korma #805027

Color information

#805027 (or 0x805027) is unknown color: approx Korma. HEX triplet: 80, 50 and 27. RGB value is (128,80,39). Sum of RGB (Red+Green+Blue) = 128+80+39=247 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.82% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 128 - color contains mainly: red. Hex color #805027 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805027 is #7FAFD8. Grayscale: #595959. Windows color (decimal): -8368089 or 2576512. OLE color: 2576512.

HSL color Cylindrical-coordinate representation of color #805027: hue angle of 27.64º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #805027 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB1288039-
CMYK00.380.700.50
HSL27.64º53.29%32.75%-
HSV(B)27.64º69.53%50.2%-
XYZ12.1410.473.3-
YUV89.6899.4155.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.82%
GREEN value IS 80 (31.64% from 255) = 32.39%
BLUE value IS 39 (15.62% from 255) = 15.79%
R=51.82%
G=32.39%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128803900.380.700.5027.6453.2932.75
Hex80502702646321c3521
Octal2001204704610662346541
Binary1000000010100001001110100110100011011001011100110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805027; }

 p { color: rgb(128,80,39); }

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

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

 a { background-color: rgb(128,80,39); }

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

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

 span { border-color: rgb(128,80,39); }

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