#754241

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

Shades of Bole #754241

Tints of Bole #754241

Color information

#754241 (or 0x754241) is unknown color: approx Bole. HEX triplet: 75, 42 and 41. RGB value is (117,66,65). Sum of RGB (Red+Green+Blue) = 117+66+65=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #754241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754241 is #8ABDBE. Grayscale: #515151. Windows color (decimal): -9092543 or 4276853. OLE color: 4276853.

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

Color convert

RGB1176665-
CMYK00.440.440.54
HSL1.15º28.57%35.69%-
HSV(B)1.15º44.44%45.88%-
XYZ10.248.066.02-
YUV81.13118.9153.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.18%
GREEN value IS 66 (26.17% from 255) = 26.61%
BLUE value IS 65 (25.78% from 255) = 26.21%
R=47.18%
G=26.61%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117666500.440.440.541.1528.5735.69
Hex75424102C2C3611d24
Octal165102101054546613544
Binary1110101100001010000010101100101100110110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754241; }

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

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

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

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

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

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

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

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