#75493E

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

Shades of Bole #75493E

Tints of Bole #75493E

Color information

#75493E (or 0x75493E) is unknown color: approx Bole. HEX triplet: 75, 49 and 3E. RGB value is (117,73,62). Sum of RGB (Red+Green+Blue) = 117+73+62=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #75493E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75493E is #8AB6C1. Grayscale: #545454. Windows color (decimal): -9090754 or 4082037. OLE color: 4082037.

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

Color convert

RGB1177362-
CMYK00.380.470.54
HSL12º30.73%35.1%-
HSV(B)12º47.01%45.88%-
XYZ10.598.895.72-
YUV84.9115.08150.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.43%
GREEN value IS 73 (28.91% from 255) = 28.97%
BLUE value IS 62 (24.61% from 255) = 24.60%
R=46.43%
G=28.97%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117736200.380.470.541230.7335.1
Hex75493E0262F36c1f23
Octal165111760465766143743
Binary111010110010011111100100110101111110110110011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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