#75473E

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

Shades of Bole #75473E

Tints of Bole #75473E

Color information

#75473E (or 0x75473E) is unknown color: approx Bole. HEX triplet: 75, 47 and 3E. RGB value is (117,71,62). Sum of RGB (Red+Green+Blue) = 117+71+62=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #75473E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75473E is #8AB8C1. Grayscale: #535353. Windows color (decimal): -9091266 or 4081525. OLE color: 4081525.

HSL color Cylindrical-coordinate representation of color #75473E: hue angle of 9.82º 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 #75473E is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB1177162-
CMYK00.390.470.54
HSL9.82º30.73%35.1%-
HSV(B)9.82º47.01%45.88%-
XYZ10.468.645.67-
YUV83.73115.74151.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.8%
GREEN value IS 71 (28.12% from 255) = 28.4%
BLUE value IS 62 (24.61% from 255) = 24.8%
R=46.8%
G=28.4%
B=24.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117716200.390.470.549.8230.7335.1
Hex75473E0272F36a1f23
Octal165107760475766123743
Binary111010110001111111100100111101111110110101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75473E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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