#754B44

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

Shades of Bole #754B44

Tints of Bole #754B44

Color information

#754B44 (or 0x754B44) is unknown color: approx Bole. HEX triplet: 75, 4B and 44. RGB value is (117,75,68). Sum of RGB (Red+Green+Blue) = 117+75+68=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 68 (26.95% from 255 or 26.15% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #754B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754B44 is #8AB4BB. Grayscale: #565656. Windows color (decimal): -9090236 or 4475765. OLE color: 4475765.

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

Color convert

RGB1177568-
CMYK00.360.420.54
HSL8.57º26.49%36.27%-
HSV(B)8.57º41.88%45.88%-
XYZ10.99.236.68-
YUV86.76117.41149.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45%
GREEN value IS 75 (29.69% from 255) = 28.85%
BLUE value IS 68 (26.95% from 255) = 26.15%
R=45%
G=28.85%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117756800.360.420.548.5726.4936.27
Hex754B440242A3691a24
Octal1651131040445266113244
Binary1110101100101110001000100100101010110110100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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