#754842

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

Shades of Bole #754842

Tints of Bole #754842

Color information

#754842 (or 0x754842) is unknown color: approx Bole. HEX triplet: 75, 48 and 42. RGB value is (117,72,66). Sum of RGB (Red+Green+Blue) = 117+72+66=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #754842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754842 is #8AB7BD. Grayscale: #545454. Windows color (decimal): -9091006 or 4343925. OLE color: 4343925.

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

Color convert

RGB1177266-
CMYK00.380.440.54
HSL7.06º27.87%35.88%-
HSV(B)7.06º43.59%45.88%-
XYZ10.648.816.29-
YUV84.77117.41150.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.88%
GREEN value IS 72 (28.52% from 255) = 28.24%
BLUE value IS 66 (26.17% from 255) = 25.88%
R=45.88%
G=28.24%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117726600.380.440.547.0627.8735.88
Hex7548420262C3671c24
Octal165110102046546673444
Binary111010110010001000010010011010110011011011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754842; }

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

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

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

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

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

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

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

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