#754640

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

Shades of Bole #754640

Tints of Bole #754640

Color information

#754640 (or 0x754640) is unknown color: approx Bole. HEX triplet: 75, 46 and 40. RGB value is (117,70,64). Sum of RGB (Red+Green+Blue) = 117+70+64=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #754640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754640 is #8AB9BF. Grayscale: #535353. Windows color (decimal): -9091520 or 4212341. OLE color: 4212341.

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

Color convert

RGB1177064-
CMYK00.400.450.54
HSL6.79º29.28%35.49%-
HSV(B)6.79º45.3%45.88%-
XYZ10.458.535.95-
YUV83.37117.07151.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.61%
GREEN value IS 70 (27.73% from 255) = 27.89%
BLUE value IS 64 (25.39% from 255) = 25.50%
R=46.61%
G=27.89%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117706400.400.450.546.7929.2835.49
Hex7546400282D3671d23
Octal165106100050556673543
Binary111010110001101000000010100010110111011011111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754640; }

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

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

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

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

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

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

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

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