#754745

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

Shades of Bole #754745

Tints of Bole #754745

Color information

#754745 (or 0x754745) is unknown color: approx Bole. HEX triplet: 75, 47 and 45. RGB value is (117,71,69). Sum of RGB (Red+Green+Blue) = 117+71+69=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 69 (27.34% from 255 or 26.85% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #754745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754745 is #8AB8BA. Grayscale: #545454. Windows color (decimal): -9091259 or 4540277. OLE color: 4540277.

HSL color Cylindrical-coordinate representation of color #754745: hue angle of 2.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #754745 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB1177169-
CMYK00.390.410.54
HSL2.5º25.81%36.47%-
HSV(B)2.5º41.03%45.88%-
XYZ10.668.726.75-
YUV84.53119.24151.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.53%
GREEN value IS 71 (28.12% from 255) = 27.63%
BLUE value IS 69 (27.34% from 255) = 26.85%
R=45.53%
G=27.63%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117716900.390.410.542.525.8136.47
Hex754745027293631a24
Octal165107105047516633244
Binary11101011000111100010101001111010011101101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754745; }

 p { color: rgb(117,71,69); }

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

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

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

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

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

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

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