#754240

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

Shades of Bole #754240

Tints of Bole #754240

Color information

#754240 (or 0x754240) is unknown color: approx Bole. HEX triplet: 75, 42 and 40. RGB value is (117,66,64). Sum of RGB (Red+Green+Blue) = 117+66+64=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #754240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754240 is #8ABDBF. Grayscale: #515151. Windows color (decimal): -9092544 or 4211317. OLE color: 4211317.

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

Color convert

RGB1176664-
CMYK00.440.450.54
HSL2.26º29.28%35.49%-
HSV(B)2.26º45.3%45.88%-
XYZ10.218.055.87-
YUV81.02118.4153.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.37%
GREEN value IS 66 (26.17% from 255) = 26.72%
BLUE value IS 64 (25.39% from 255) = 25.91%
R=47.37%
G=26.72%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117666400.440.450.542.2629.2835.49
Hex75424002C2D3621d23
Octal165102100054556623543
Binary11101011000010100000001011001011011101101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754240; }

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

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

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

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

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

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

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

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