#814843

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

Shades of Bole #814843

Tints of Bole #814843

Color information

#814843 (or 0x814843) is unknown color: approx Bole. HEX triplet: 81, 48 and 43. RGB value is (129,72,67). Sum of RGB (Red+Green+Blue) = 129+72+67=268 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.13% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 67 (26.56% from 255 or 25% from 268); Max value from RGB is 129 - color contains mainly: red. Hex color #814843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814843 is #7EB7BC. Grayscale: #585858. Windows color (decimal): -8304573 or 4409473. OLE color: 4409473.

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

Color convert

RGB1297267-
CMYK00.440.480.49
HSL4.84º31.63%38.43%-
HSV(B)4.84º48.06%50.59%-
XYZ12.389.716.53-
YUV88.47115.88156.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.13%
GREEN value IS 72 (28.52% from 255) = 26.87%
BLUE value IS 67 (26.56% from 255) = 25%
R=48.13%
G=26.87%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129726700.440.480.494.8431.6338.43
Hex81484302C303152026
Octal201110103054606154046
Binary10000001100100010000110101100110000110001101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814843; }

 p { color: rgb(129,72,67); }

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

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

 a { background-color: rgb(129,72,67); }

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

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

 span { border-color: rgb(129,72,67); }

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