#805328

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

Shades of Korma #805328

Tints of Korma #805328

Color information

#805328 (or 0x805328) is unknown color: approx Korma. HEX triplet: 80, 53 and 28. RGB value is (128,83,40). Sum of RGB (Red+Green+Blue) = 128+83+40=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #805328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805328 is #7FACD7. Grayscale: #5B5B5B. Windows color (decimal): -8367320 or 2642816. OLE color: 2642816.

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

Color convert

RGB1288340-
CMYK00.350.690.50
HSL29.32º52.38%32.94%-
HSV(B)29.32º68.75%50.2%-
XYZ12.3810.933.46-
YUV91.5598.91154-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.00%
GREEN value IS 83 (32.81% from 255) = 33.07%
BLUE value IS 40 (16.02% from 255) = 15.94%
R=51.00%
G=33.07%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128834000.350.690.5029.3252.3832.94
Hex80532802345321d3421
Octal2001235004310562356441
Binary1000000010100111010000100011100010111001011101110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805328; }

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

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

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

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

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

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

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

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