#754641

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

Shades of Bole #754641

Tints of Bole #754641

Color information

#754641 (or 0x754641) is unknown color: approx Bole. HEX triplet: 75, 46 and 41. RGB value is (117,70,65). Sum of RGB (Red+Green+Blue) = 117+70+65=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #754641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754641 is #8AB9BE. Grayscale: #535353. Windows color (decimal): -9091519 or 4277877. OLE color: 4277877.

HSL color Cylindrical-coordinate representation of color #754641: hue angle of 5.77º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #754641 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB1177065-
CMYK00.400.440.54
HSL5.77º28.57%35.69%-
HSV(B)5.77º44.44%45.88%-
XYZ10.488.546.1-
YUV83.48117.57151.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.43%
GREEN value IS 70 (27.73% from 255) = 27.78%
BLUE value IS 65 (25.78% from 255) = 25.79%
R=46.43%
G=27.78%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117706500.400.440.545.7728.5735.69
Hex7546410282C3661d24
Octal165106101050546663544
Binary111010110001101000001010100010110011011011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754641; }

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

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

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

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

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

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

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

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