#754039

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

Shades of Bole #754039

Tints of Bole #754039

Color information

#754039 (or 0x754039) is unknown color: approx Bole. HEX triplet: 75, 40 and 39. RGB value is (117,64,57). Sum of RGB (Red+Green+Blue) = 117+64+57=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 57 (22.66% from 255 or 23.95% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #754039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754039 is #8ABFC6. Grayscale: #4F4F4F. Windows color (decimal): -9093063 or 3752053. OLE color: 3752053.

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

Color convert

RGB1176457-
CMYK00.450.510.54
HSL34.48%34.12%-
HSV(B)51.28%45.88%-
XYZ9.917.744.84-
YUV79.05115.56155.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.16%
GREEN value IS 64 (25.39% from 255) = 26.89%
BLUE value IS 57 (22.66% from 255) = 23.95%
R=49.16%
G=26.89%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117645700.450.510.54734.4834.12
Hex75403902D333672222
Octal16510071055636674242
Binary111010110000001110010101101110011110110111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754039; }

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

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

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

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

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

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

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

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