#754846

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

Shades of Bole #754846

Tints of Bole #754846

Color information

#754846 (or 0x754846) is unknown color: approx Bole. HEX triplet: 75, 48 and 46. RGB value is (117,72,70). Sum of RGB (Red+Green+Blue) = 117+72+70=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #754846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754846 is #8AB7B9. Grayscale: #555555. Windows color (decimal): -9091002 or 4606069. OLE color: 4606069.

HSL color Cylindrical-coordinate representation of color #754846: hue angle of 2.55º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #754846 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB1177270-
CMYK00.380.400.54
HSL2.55º25.13%36.67%-
HSV(B)2.55º40.17%45.88%-
XYZ10.768.866.94-
YUV85.23119.41150.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.17%
GREEN value IS 72 (28.52% from 255) = 27.80%
BLUE value IS 70 (27.73% from 255) = 27.03%
R=45.17%
G=27.80%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117727000.380.400.542.5525.1336.67
Hex754846026283631925
Octal165110106046506633145
Binary11101011001000100011001001101010001101101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754846; }

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

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

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

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

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

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

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

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