#804842

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

Shades of Bole #804842

Tints of Bole #804842

Color information

#804842 (or 0x804842) is unknown color: approx Bole. HEX triplet: 80, 48 and 42. RGB value is (128,72,66). Sum of RGB (Red+Green+Blue) = 128+72+66=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 128 - color contains mainly: red. Hex color #804842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804842 is #7FB7BD. Grayscale: #585858. Windows color (decimal): -8370110 or 4343936. OLE color: 4343936.

HSL color Cylindrical-coordinate representation of color #804842: hue angle of 5.81º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #804842 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB1287266-
CMYK00.440.480.50
HSL5.81º31.96%38.04%-
HSV(B)5.81º48.44%50.2%-
XYZ12.29.626.37-
YUV88.06115.55156.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.12%
GREEN value IS 72 (28.52% from 255) = 27.07%
BLUE value IS 66 (26.17% from 255) = 24.81%
R=48.12%
G=27.07%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128726600.440.480.505.8131.9638.04
Hex80484202C303262026
Octal200110102054606264046
Binary10000000100100010000100101100110000110010110100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804842; }

 p { color: rgb(128,72,66); }

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

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

 a { background-color: rgb(128,72,66); }

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

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

 span { border-color: rgb(128,72,66); }

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