#7C4843

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

Shades of Bole #7C4843

Tints of Bole #7C4843

Color information

#7C4843 (or 0x7C4843) is unknown color: approx Bole. HEX triplet: 7C, 48 and 43. RGB value is (124,72,67). Sum of RGB (Red+Green+Blue) = 124+72+67=263 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.15% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4843 is #83B7BC. Grayscale: #575757. Windows color (decimal): -8632253 or 4409468. OLE color: 4409468.

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

Color convert

RGB1247267-
CMYK00.420.460.51
HSL5.26º29.84%37.45%-
HSV(B)5.26º45.97%48.63%-
XYZ11.649.336.5-
YUV86.98116.73154.41-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.15%
GREEN value IS 72 (28.52% from 255) = 27.38%
BLUE value IS 67 (26.56% from 255) = 25.48%
R=47.15%
G=27.38%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124726700.420.460.515.2629.8437.45
Hex7C484302A2E3351e25
Octal174110103052566353645
Binary111110010010001000011010101010111011001110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,72,67); }

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

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

 a { background-color: rgb(124,72,67); }

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

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

 span { border-color: rgb(124,72,67); }

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