#805334

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

Shades of Korma #805334

Tints of Korma #805334

Color information

#805334 (or 0x805334) is unknown color: approx Korma. HEX triplet: 80, 53 and 34. RGB value is (128,83,52). Sum of RGB (Red+Green+Blue) = 128+83+52=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #805334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805334 is #7FACCB. Grayscale: #5D5D5D. Windows color (decimal): -8367308 or 3429248. OLE color: 3429248.

HSL color Cylindrical-coordinate representation of color #805334: hue angle of 24.47º degrees, saturation: 0.42, 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 #805334 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB1288352-
CMYK00.350.590.50
HSL24.47º42.22%35.29%-
HSV(B)24.47º59.38%50.2%-
XYZ12.6211.024.71-
YUV92.92104.91153.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.67%
GREEN value IS 83 (32.81% from 255) = 31.56%
BLUE value IS 52 (20.70% from 255) = 19.77%
R=48.67%
G=31.56%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128835200.350.590.5024.4742.2235.29
Hex8053340233B32182a23
Octal200123640437362305243
Binary100000001010011110100010001111101111001011000101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805334; }

 p { color: rgb(128,83,52); }

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

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

 a { background-color: rgb(128,83,52); }

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

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

 span { border-color: rgb(128,83,52); }

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