#824741

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

Shades of Bole #824741

Tints of Bole #824741

Color information

#824741 (or 0x824741) is unknown color: approx Bole. HEX triplet: 82, 47 and 41. RGB value is (130,71,65). Sum of RGB (Red+Green+Blue) = 130+71+65=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #824741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824741 is #7DB8BE. Grayscale: #585858. Windows color (decimal): -8239295 or 4278146. OLE color: 4278146.

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

Color convert

RGB1307165-
CMYK00.450.500.49
HSL5.54º33.33%38.24%-
HSV(B)5.54º50%50.98%-
XYZ12.419.636.21-
YUV87.96115.05157.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.87%
GREEN value IS 71 (28.12% from 255) = 26.69%
BLUE value IS 65 (25.78% from 255) = 24.44%
R=48.87%
G=26.69%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130716500.450.500.495.5433.3338.24
Hex82474102D323162126
Octal202107101055626164146
Binary10000010100011110000010101101110010110001110100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824741; }

 p { color: rgb(130,71,65); }

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

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

 a { background-color: rgb(130,71,65); }

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

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

 span { border-color: rgb(130,71,65); }

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