#805635

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

Shades of Korma #805635

Tints of Korma #805635

Color information

#805635 (or 0x805635) is unknown color: approx Korma. HEX triplet: 80, 56 and 35. RGB value is (128,86,53). Sum of RGB (Red+Green+Blue) = 128+86+53=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 53 (21.09% from 255 or 19.85% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #805635 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805635 is #7FA9CA. Grayscale: #5E5E5E. Windows color (decimal): -8366539 or 3495552. OLE color: 3495552.

HSL color Cylindrical-coordinate representation of color #805635: hue angle of 26.4º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #805635 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB1288653-
CMYK00.330.590.50
HSL26.4º41.44%35.49%-
HSV(B)26.4º58.59%50.2%-
XYZ12.8711.54.91-
YUV94.8104.41151.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.94%
GREEN value IS 86 (33.98% from 255) = 32.21%
BLUE value IS 53 (21.09% from 255) = 19.85%
R=47.94%
G=32.21%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128865300.330.590.5026.441.4435.49
Hex8056350213B321a2923
Octal200126650417362325143
Binary100000001010110110101010000111101111001011010101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805635; }

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

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

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

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

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

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

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

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