#7D4945

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

Shades of Bole #7D4945

Tints of Bole #7D4945

Color information

#7D4945 (or 0x7D4945) is unknown color: approx Bole. HEX triplet: 7D, 49 and 45. RGB value is (125,73,69). Sum of RGB (Red+Green+Blue) = 125+73+69=267 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.82% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4945 is #82B6BA. Grayscale: #585858. Windows color (decimal): -8566459 or 4540797. OLE color: 4540797.

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

Color convert

RGB1257369-
CMYK00.420.450.51
HSL4.29º28.87%38.04%-
HSV(B)4.29º44.8%49.02%-
XYZ11.919.556.85-
YUV88.09117.23154.33-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 46.82%
GREEN value IS 73 (28.91% from 255) = 27.34%
BLUE value IS 69 (27.34% from 255) = 25.84%
R=46.82%
G=27.34%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125736900.420.450.514.2928.8738.04
Hex7D494502A2D3341d26
Octal175111105052556343546
Binary111110110010011000101010101010110111001110011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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