#814841

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

Shades of Bole #814841

Tints of Bole #814841

Color information

#814841 (or 0x814841) is unknown color: approx Bole. HEX triplet: 81, 48 and 41. RGB value is (129,72,65). Sum of RGB (Red+Green+Blue) = 129+72+65=266 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.50% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 129 - color contains mainly: red. Hex color #814841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814841 is #7EB7BE. Grayscale: #585858. Windows color (decimal): -8304575 or 4278401. OLE color: 4278401.

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

Color convert

RGB1297265-
CMYK00.440.500.49
HSL6.56º32.99%38.04%-
HSV(B)6.56º49.61%50.59%-
XYZ12.329.686.22-
YUV88.24114.88157.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.50%
GREEN value IS 72 (28.52% from 255) = 27.07%
BLUE value IS 65 (25.78% from 255) = 24.44%
R=48.50%
G=27.07%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129726500.440.500.496.5632.9938.04
Hex81484102C323172126
Octal201110101054626174146
Binary10000001100100010000010101100110010110001111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814841; }

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

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

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

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

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

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

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

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