#754944

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

Shades of Bole #754944

Tints of Bole #754944

Color information

#754944 (or 0x754944) is unknown color: approx Bole. HEX triplet: 75, 49 and 44. RGB value is (117,73,68). Sum of RGB (Red+Green+Blue) = 117+73+68=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 68 (26.95% from 255 or 26.36% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #754944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754944 is #8AB6BB. Grayscale: #555555. Windows color (decimal): -9090748 or 4475253. OLE color: 4475253.

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

Color convert

RGB1177368-
CMYK00.380.420.54
HSL6.12º26.49%36.27%-
HSV(B)6.12º41.88%45.88%-
XYZ10.768.966.63-
YUV85.59118.08150.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.35%
GREEN value IS 73 (28.91% from 255) = 28.29%
BLUE value IS 68 (26.95% from 255) = 26.36%
R=45.35%
G=28.29%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117736800.380.420.546.1226.4936.27
Hex7549440262A3661a24
Octal165111104046526663244
Binary111010110010011000100010011010101011011011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754944; }

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

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

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

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

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

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

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

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