#7D4545

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

Shades of Bole #7D4545

Tints of Bole #7D4545

Color information

#7D4545 (or 0x7D4545) is unknown color: approx Bole. HEX triplet: 7D, 45 and 45. RGB value is (125,69,69). Sum of RGB (Red+Green+Blue) = 125+69+69=263 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.53% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4545 is #82BABA. Grayscale: #555555. Windows color (decimal): -8567483 or 4539773. OLE color: 4539773.

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

Color convert

RGB1256969-
CMYK00.450.450.51
HSL28.87%38.04%-
HSV(B)44.8%49.02%-
XYZ11.669.056.76-
YUV85.74118.55156-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 47.53%
GREEN value IS 69 (27.34% from 255) = 26.24%
BLUE value IS 69 (27.34% from 255) = 26.24%
R=47.53%
G=26.24%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125696900.450.450.51028.8738.04
Hex7D454502D2D3301d26
Octal175105105055556303546
Binary1111101100010110001010101101101101110011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,69,69); }

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

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

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

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

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

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

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