#824841

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

Shades of Bole #824841

Tints of Bole #824841

Color information

#824841 (or 0x824841) is unknown color: approx Bole. HEX triplet: 82, 48 and 41. RGB value is (130,72,65). Sum of RGB (Red+Green+Blue) = 130+72+65=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #824841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824841 is #7DB7BE. Grayscale: #585858. Windows color (decimal): -8239039 or 4278402. OLE color: 4278402.

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

Color convert

RGB1307265-
CMYK00.450.500.49
HSL6.46º33.33%38.24%-
HSV(B)6.46º50%50.98%-
XYZ12.489.766.23-
YUV88.54114.72157.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.69%
GREEN value IS 72 (28.52% from 255) = 26.97%
BLUE value IS 65 (25.78% from 255) = 24.34%
R=48.69%
G=26.97%
B=24.34%

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
Decimal130726500.450.500.496.4633.3338.24
Hex82484102D323162126
Octal202110101055626164146
Binary10000010100100010000010101101110010110001110100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824841; }

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

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

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

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

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

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

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

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