#754C46

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

Shades of Bole #754C46

Tints of Bole #754C46

Color information

#754C46 (or 0x754C46) is unknown color: approx Bole. HEX triplet: 75, 4C and 46. RGB value is (117,76,70). Sum of RGB (Red+Green+Blue) = 117+76+70=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #754C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C46 is #8AB3B9. Grayscale: #575757. Windows color (decimal): -9089978 or 4607093. OLE color: 4607093.

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

Color convert

RGB1177670-
CMYK00.350.400.54
HSL7.66º25.13%36.67%-
HSV(B)7.66º40.17%45.88%-
XYZ11.039.397.03-
YUV87.58118.08148.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.49%
GREEN value IS 76 (30.08% from 255) = 28.90%
BLUE value IS 70 (27.73% from 255) = 26.62%
R=44.49%
G=28.90%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117767000.350.400.547.6625.1336.67
Hex754C46023283681925
Octal1651141060435066103145
Binary1110101100110010001100100011101000110110100011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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