#75473F

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

Shades of Bole #75473F

Tints of Bole #75473F

Color information

#75473F (or 0x75473F) is unknown color: approx Bole. HEX triplet: 75, 47 and 3F. RGB value is (117,71,63). Sum of RGB (Red+Green+Blue) = 117+71+63=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #75473F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75473F is #8AB8C0. Grayscale: #535353. Windows color (decimal): -9091265 or 4147061. OLE color: 4147061.

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

Color convert

RGB1177163-
CMYK00.390.460.54
HSL8.89º30%35.29%-
HSV(B)8.89º46.15%45.88%-
XYZ10.498.655.82-
YUV83.84116.24151.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.61%
GREEN value IS 71 (28.12% from 255) = 28.29%
BLUE value IS 63 (25% from 255) = 25.10%
R=46.61%
G=28.29%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117716300.390.460.548.893035.29
Hex75473F0272E3691e23
Octal165107770475666113643
Binary111010110001111111110100111101110110110100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75473F; }

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

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

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

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

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

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

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

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