#754139

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

Shades of Bole #754139

Tints of Bole #754139

Color information

#754139 (or 0x754139) is unknown color: approx Bole. HEX triplet: 75, 41 and 39. RGB value is (117,65,57). Sum of RGB (Red+Green+Blue) = 117+65+57=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 57 (22.66% from 255 or 23.85% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #754139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754139 is #8ABEC6. Grayscale: #4F4F4F. Windows color (decimal): -9092807 or 3752309. OLE color: 3752309.

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

Color convert

RGB1176557-
CMYK00.440.510.54
HSL34.48%34.12%-
HSV(B)51.28%45.88%-
XYZ9.967.864.86-
YUV79.64115.23154.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.95%
GREEN value IS 65 (25.78% from 255) = 27.20%
BLUE value IS 57 (22.66% from 255) = 23.85%
R=48.95%
G=27.20%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117655700.440.510.54834.4834.12
Hex75413902C333682222
Octal165101710546366104242
Binary1110101100000111100101011001100111101101000100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754139; }

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

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

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

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

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

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

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

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