#754B45

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

Shades of Bole #754B45

Tints of Bole #754B45

Color information

#754B45 (or 0x754B45) is unknown color: approx Bole. HEX triplet: 75, 4B and 45. RGB value is (117,75,69). Sum of RGB (Red+Green+Blue) = 117+75+69=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #754B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754B45 is #8AB4BA. Grayscale: #565656. Windows color (decimal): -9090235 or 4541301. OLE color: 4541301.

HSL color Cylindrical-coordinate representation of color #754B45: hue angle of 7.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 #754B45 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB1177569-
CMYK00.360.410.54
HSL7.5º25.81%36.47%-
HSV(B)7.5º41.03%45.88%-
XYZ10.939.246.84-
YUV86.87117.91149.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.83%
GREEN value IS 75 (29.69% from 255) = 28.74%
BLUE value IS 69 (27.34% from 255) = 26.44%
R=44.83%
G=28.74%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117756900.360.410.547.525.8136.47
Hex754B45024293681a24
Octal1651131050445166103244
Binary1110101100101110001010100100101001110110100011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754B45; }

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

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

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

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

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

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

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

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