#753F3B

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

Shades of Bole #753F3B

Tints of Bole #753F3B

Color information

#753F3B (or 0x753F3B) is unknown color: approx Bole. HEX triplet: 75, 3F and 3B. RGB value is (117,63,59). Sum of RGB (Red+Green+Blue) = 117+63+59=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #753F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753F3B is #8AC0C4. Grayscale: #4E4E4E. Windows color (decimal): -9093317 or 3882869. OLE color: 3882869.

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

Color convert

RGB1176359-
CMYK00.460.500.54
HSL4.14º32.95%34.51%-
HSV(B)4.14º49.57%45.88%-
XYZ9.97.655.09-
YUV78.69116.89155.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.95%
GREEN value IS 63 (25% from 255) = 26.36%
BLUE value IS 59 (23.44% from 255) = 24.69%
R=48.95%
G=26.36%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117635900.460.500.544.1432.9534.51
Hex753F3B02E323642123
Octal1657773056626644143
Binary11101011111111110110101110110010110110100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,63,59); }

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

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

 a { background-color: rgb(117,63,59); }

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

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

 span { border-color: rgb(117,63,59); }

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