#753F3D

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

Shades of Bole #753F3D

Tints of Bole #753F3D

Color information

#753F3D (or 0x753F3D) is unknown color: approx Bole. HEX triplet: 75, 3F and 3D. RGB value is (117,63,61). Sum of RGB (Red+Green+Blue) = 117+63+61=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #753F3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753F3D is #8AC0C2. Grayscale: #4E4E4E. Windows color (decimal): -9093315 or 4013941. OLE color: 4013941.

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

Color convert

RGB1176361-
CMYK00.460.480.54
HSL2.14º31.46%34.9%-
HSV(B)2.14º47.86%45.88%-
XYZ9.967.675.37-
YUV78.92117.89155.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.55%
GREEN value IS 63 (25% from 255) = 26.14%
BLUE value IS 61 (24.22% from 255) = 25.31%
R=48.55%
G=26.14%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117636100.460.480.542.1431.4634.9
Hex753F3D02E303621f23
Octal1657775056606623743
Binary111010111111111110101011101100001101101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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