#754140

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

Shades of Bole #754140

Tints of Bole #754140

Color information

#754140 (or 0x754140) is unknown color: approx Bole. HEX triplet: 75, 41 and 40. RGB value is (117,65,64). Sum of RGB (Red+Green+Blue) = 117+65+64=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #754140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754140 is #8ABEBF. Grayscale: #505050. Windows color (decimal): -9092800 or 4211061. OLE color: 4211061.

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

Color convert

RGB1176564-
CMYK00.440.450.54
HSL1.13º29.28%35.49%-
HSV(B)1.13º45.3%45.88%-
XYZ10.157.935.85-
YUV80.43118.73154.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.56%
GREEN value IS 65 (25.78% from 255) = 26.42%
BLUE value IS 64 (25.39% from 255) = 26.02%
R=47.56%
G=26.42%
B=26.02%

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
Decimal117656400.440.450.541.1329.2835.49
Hex75414002C2D3611d23
Octal165101100054556613543
Binary1110101100000110000000101100101101110110111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754140; }

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

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

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

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

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

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

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

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