#754C44

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

Shades of Bole #754C44

Tints of Bole #754C44

Color information

#754C44 (or 0x754C44) is unknown color: approx Bole. HEX triplet: 75, 4C and 44. RGB value is (117,76,68). Sum of RGB (Red+Green+Blue) = 117+76+68=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 68 (26.95% from 255 or 26.05% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #754C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C44 is #8AB3BB. Grayscale: #575757. Windows color (decimal): -9089980 or 4476021. OLE color: 4476021.

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

Color convert

RGB1177668-
CMYK00.350.420.54
HSL9.8º26.49%36.27%-
HSV(B)9.8º41.88%45.88%-
XYZ10.969.376.7-
YUV87.35117.08149.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.83%
GREEN value IS 76 (30.08% from 255) = 29.12%
BLUE value IS 68 (26.95% from 255) = 26.05%
R=44.83%
G=29.12%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117766800.350.420.549.826.4936.27
Hex754C440232A36a1a24
Octal1651141040435266123244
Binary1110101100110010001000100011101010110110101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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