#754D46

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

Shades of Bole #754D46

Tints of Bole #754D46

Color information

#754D46 (or 0x754D46) is unknown color: approx Bole. HEX triplet: 75, 4D and 46. RGB value is (117,77,70). Sum of RGB (Red+Green+Blue) = 117+77+70=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #754D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754D46 is #8AB2B9. Grayscale: #585858. Windows color (decimal): -9089722 or 4607349. OLE color: 4607349.

HSL color Cylindrical-coordinate representation of color #754D46: hue angle of 8.94º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #754D46 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB1177770-
CMYK00.340.400.54
HSL8.94º25.13%36.67%-
HSV(B)8.94º40.17%45.88%-
XYZ11.19.537.05-
YUV88.16117.75148.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.32%
GREEN value IS 77 (30.47% from 255) = 29.17%
BLUE value IS 70 (27.73% from 255) = 26.52%
R=44.32%
G=29.17%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117777000.340.400.548.9425.1336.67
Hex754D46022283691925
Octal1651151060425066113145
Binary1110101100110110001100100010101000110110100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,77,70); }

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

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

 a { background-color: rgb(117,77,70); }

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

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

 span { border-color: rgb(117,77,70); }

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