#7C4439

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

Shades of Bole #7C4439

Tints of Bole #7C4439

Color information

#7C4439 (or 0x7C4439) is unknown color: approx Bole. HEX triplet: 7C, 44 and 39. RGB value is (124,68,57). Sum of RGB (Red+Green+Blue) = 124+68+57=249 (32% of max value = 765). Red value is 124 (48.83% from 255 or 49.80% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 57 (22.66% from 255 or 22.89% from 249); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4439 is #83BBC6. Grayscale: #535353. Windows color (decimal): -8633287 or 3753084. OLE color: 3753084.

HSL color Cylindrical-coordinate representation of color #7C4439: hue angle of 9.85º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C4439 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.51.

Color convert

RGB1246857-
CMYK00.450.540.51
HSL9.85º37.02%35.49%-
HSV(B)9.85º54.03%48.63%-
XYZ11.128.714.97-
YUV83.49113.05156.89-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.80%
GREEN value IS 68 (26.95% from 255) = 27.31%
BLUE value IS 57 (22.66% from 255) = 22.89%
R=49.80%
G=27.31%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124685700.450.540.519.8537.0235.49
Hex7C443902D3633a2523
Octal174104710556663124543
Binary1111100100010011100101011011101101100111010100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C4439; }

 p { color: rgb(124,68,57); }

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

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

 a { background-color: rgb(124,68,57); }

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

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

 span { border-color: rgb(124,68,57); }

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