#754542

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

Shades of Bole #754542

Tints of Bole #754542

Color information

#754542 (or 0x754542) is unknown color: approx Bole. HEX triplet: 75, 45 and 42. RGB value is (117,69,66). Sum of RGB (Red+Green+Blue) = 117+69+66=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #754542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754542 is #8ABABD. Grayscale: #535353. Windows color (decimal): -9091774 or 4343157. OLE color: 4343157.

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

Color convert

RGB1176966-
CMYK00.410.440.54
HSL3.53º27.87%35.88%-
HSV(B)3.53º43.59%45.88%-
XYZ10.458.436.23-
YUV83.01118.4152.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.43%
GREEN value IS 69 (27.34% from 255) = 27.38%
BLUE value IS 66 (26.17% from 255) = 26.19%
R=46.43%
G=27.38%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117696600.410.440.543.5327.8735.88
Hex7545420292C3641c24
Octal165105102051546643444
Binary111010110001011000010010100110110011011010011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754542; }

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

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

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

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

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

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

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

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