#753E3C

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

Shades of Bole #753E3C

Tints of Bole #753E3C

Color information

#753E3C (or 0x753E3C) is unknown color: approx Bole. HEX triplet: 75, 3E and 3C. RGB value is (117,62,60). Sum of RGB (Red+Green+Blue) = 117+62+60=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 62 (24.61% from 255 or 25.94% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #753E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753E3C is #8AC1C3. Grayscale: #4E4E4E. Windows color (decimal): -9093572 or 3948149. OLE color: 3948149.

HSL color Cylindrical-coordinate representation of color #753E3C: hue angle of 2.11º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #753E3C is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB1176260-
CMYK00.470.490.54
HSL2.11º32.2%34.71%-
HSV(B)2.11º48.72%45.88%-
XYZ9.877.555.21-
YUV78.22117.72155.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.95%
GREEN value IS 62 (24.61% from 255) = 25.94%
BLUE value IS 60 (23.83% from 255) = 25.10%
R=48.95%
G=25.94%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117626000.470.490.542.1132.234.71
Hex753E3C02F313622023
Octal1657674057616624043
Binary1110101111110111100010111111000111011010100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753E3C; }

 p { color: rgb(117,62,60); }

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

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

 a { background-color: rgb(117,62,60); }

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

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

 span { border-color: rgb(117,62,60); }

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