#753F3E

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

Shades of Bole #753F3E

Tints of Bole #753F3E

Color information

#753F3E (or 0x753F3E) is unknown color: approx Bole. HEX triplet: 75, 3F and 3E. RGB value is (117,63,62). Sum of RGB (Red+Green+Blue) = 117+63+62=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #753F3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753F3E is #8AC0C1. Grayscale: #4F4F4F. Windows color (decimal): -9093314 or 4079477. OLE color: 4079477.

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

Color convert

RGB1176362-
CMYK00.460.470.54
HSL1.09º30.73%35.1%-
HSV(B)1.09º47.01%45.88%-
XYZ9.987.685.51-
YUV79.03118.39155.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.35%
GREEN value IS 63 (25% from 255) = 26.03%
BLUE value IS 62 (24.61% from 255) = 25.62%
R=48.35%
G=26.03%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117636200.460.470.541.0930.7335.1
Hex753F3E02E2F3611f23
Octal1657776056576613743
Binary11101011111111111100101110101111110110111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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