#814744

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

Shades of Bole #814744

Tints of Bole #814744

Color information

#814744 (or 0x814744) is unknown color: approx Bole. HEX triplet: 81, 47 and 44. RGB value is (129,71,68). Sum of RGB (Red+Green+Blue) = 129+71+68=268 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.13% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 129 - color contains mainly: red. Hex color #814744 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814744 is #7EB8BB. Grayscale: #585858. Windows color (decimal): -8304828 or 4474753. OLE color: 4474753.

HSL color Cylindrical-coordinate representation of color #814744: hue angle of 2.95º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #814744 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB1297168-
CMYK00.450.470.49
HSL2.95º30.96%38.63%-
HSV(B)2.95º47.29%50.59%-
XYZ12.359.596.67-
YUV88116.72157.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.13%
GREEN value IS 71 (28.12% from 255) = 26.49%
BLUE value IS 68 (26.95% from 255) = 25.37%
R=48.13%
G=26.49%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129716800.450.470.492.9530.9638.63
Hex81474402D2F3131f27
Octal201107104055576133747
Binary100000011000111100010001011011011111100011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814744; }

 p { color: rgb(129,71,68); }

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

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

 a { background-color: rgb(129,71,68); }

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

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

 span { border-color: rgb(129,71,68); }

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