#804942

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

Shades of Bole #804942

Tints of Bole #804942

Color information

#804942 (or 0x804942) is unknown color: approx Bole. HEX triplet: 80, 49 and 42. RGB value is (128,73,66). Sum of RGB (Red+Green+Blue) = 128+73+66=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #804942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804942 is #7FB6BD. Grayscale: #585858. Windows color (decimal): -8369854 or 4344192. OLE color: 4344192.

HSL color Cylindrical-coordinate representation of color #804942: hue angle of 6.77º 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 #804942 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB1287366-
CMYK00.430.480.50
HSL6.77º31.96%38.04%-
HSV(B)6.77º48.44%50.2%-
XYZ12.279.756.39-
YUV88.65115.22156.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.94%
GREEN value IS 73 (28.91% from 255) = 27.34%
BLUE value IS 66 (26.17% from 255) = 24.72%
R=47.94%
G=27.34%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128736600.430.480.506.7731.9638.04
Hex80494202B303272026
Octal200111102053606274046
Binary10000000100100110000100101011110000110010111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804942; }

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

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

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

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

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

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

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

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