#7C4544

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

Shades of Bole #7C4544

Tints of Bole #7C4544

Color information

#7C4544 (or 0x7C4544) is unknown color: approx Bole. HEX triplet: 7C, 45 and 44. RGB value is (124,69,68). Sum of RGB (Red+Green+Blue) = 124+69+68=261 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.51% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 68 (26.95% from 255 or 26.05% from 261); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4544 is #83BABB. Grayscale: #555555. Windows color (decimal): -8633020 or 4474236. OLE color: 4474236.

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

Color convert

RGB1246968-
CMYK00.440.450.51
HSL1.07º29.17%37.65%-
HSV(B)1.07º45.16%48.63%-
XYZ11.488.966.59-
YUV85.33118.22155.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.51%
GREEN value IS 69 (27.34% from 255) = 26.44%
BLUE value IS 68 (26.95% from 255) = 26.05%
R=47.51%
G=26.44%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124696800.440.450.511.0729.1737.65
Hex7C454402C2D3311d26
Octal174105104054556313546
Binary1111100100010110001000101100101101110011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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