#824643

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

Shades of Bole #824643

Tints of Bole #824643

Color information

#824643 (or 0x824643) is unknown color: approx Bole. HEX triplet: 82, 46 and 43. RGB value is (130,70,67). Sum of RGB (Red+Green+Blue) = 130+70+67=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 67 (26.56% from 255 or 25.09% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #824643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824643 is #7DB9BC. Grayscale: #575757. Windows color (decimal): -8239549 or 4408962. OLE color: 4408962.

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

Color convert

RGB1307067-
CMYK00.460.480.49
HSL2.86º31.98%38.63%-
HSV(B)2.86º48.46%50.98%-
XYZ12.419.536.5-
YUV87.6116.38158.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.69%
GREEN value IS 70 (27.73% from 255) = 26.22%
BLUE value IS 67 (26.56% from 255) = 25.09%
R=48.69%
G=26.22%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130706700.460.480.492.8631.9838.63
Hex82464302E303132027
Octal202106103056606134047
Binary1000001010001101000011010111011000011000111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824643; }

 p { color: rgb(130,70,67); }

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

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

 a { background-color: rgb(130,70,67); }

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

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

 span { border-color: rgb(130,70,67); }

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