#75493D

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

Shades of Bole #75493D

Tints of Bole #75493D

Color information

#75493D (or 0x75493D) is unknown color: approx Bole. HEX triplet: 75, 49 and 3D. RGB value is (117,73,61). Sum of RGB (Red+Green+Blue) = 117+73+61=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #75493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75493D is #8AB6C2. Grayscale: #545454. Windows color (decimal): -9090755 or 4016501. OLE color: 4016501.

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

Color convert

RGB1177361-
CMYK00.380.480.54
HSL12.86º31.46%34.9%-
HSV(B)12.86º47.86%45.88%-
XYZ10.568.885.57-
YUV84.79114.58150.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.61%
GREEN value IS 73 (28.91% from 255) = 29.08%
BLUE value IS 61 (24.22% from 255) = 24.30%
R=46.61%
G=29.08%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117736100.380.480.5412.8631.4634.9
Hex75493D0263036d1f23
Octal165111750466066153743
Binary111010110010011111010100110110000110110110111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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