#804743

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

Shades of Bole #804743

Tints of Bole #804743

Color information

#804743 (or 0x804743) is unknown color: approx Bole. HEX triplet: 80, 47 and 43. RGB value is (128,71,67). Sum of RGB (Red+Green+Blue) = 128+71+67=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 67 (26.56% from 255 or 25.19% from 266); Max value from RGB is 128 - color contains mainly: red. Hex color #804743 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804743 is #7FB8BC. Grayscale: #575757. Windows color (decimal): -8370365 or 4409216. OLE color: 4409216.

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

Color convert

RGB1287167-
CMYK00.450.480.50
HSL3.93º31.28%38.24%-
HSV(B)3.93º47.66%50.2%-
XYZ12.179.56.5-
YUV87.59116.38156.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.12%
GREEN value IS 71 (28.12% from 255) = 26.69%
BLUE value IS 67 (26.56% from 255) = 25.19%
R=48.12%
G=26.69%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128716700.450.480.503.9331.2838.24
Hex80474302D303241f26
Octal200107103055606243746
Binary1000000010001111000011010110111000011001010011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804743; }

 p { color: rgb(128,71,67); }

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

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

 a { background-color: rgb(128,71,67); }

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

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

 span { border-color: rgb(128,71,67); }

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