#754540

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

Shades of Bole #754540

Tints of Bole #754540

Color information

#754540 (or 0x754540) is unknown color: approx Bole. HEX triplet: 75, 45 and 40. RGB value is (117,69,64). Sum of RGB (Red+Green+Blue) = 117+69+64=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #754540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754540 is #8ABABF. Grayscale: #525252. Windows color (decimal): -9091776 or 4212085. OLE color: 4212085.

HSL color Cylindrical-coordinate representation of color #754540: hue angle of 5.66º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #754540 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB1176964-
CMYK00.410.450.54
HSL5.66º29.28%35.49%-
HSV(B)5.66º45.3%45.88%-
XYZ10.398.415.93-
YUV82.78117.4152.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.8%
GREEN value IS 69 (27.34% from 255) = 27.6%
BLUE value IS 64 (25.39% from 255) = 25.6%
R=46.8%
G=27.6%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117696400.410.450.545.6629.2835.49
Hex7545400292D3661d23
Octal165105100051556663543
Binary111010110001011000000010100110110111011011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754540; }

 p { color: rgb(117,69,64); }

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

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

 a { background-color: rgb(117,69,64); }

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

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

 span { border-color: rgb(117,69,64); }

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