#75483F

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

Shades of Bole #75483F

Tints of Bole #75483F

Color information

#75483F (or 0x75483F) is unknown color: approx Bole. HEX triplet: 75, 48 and 3F. RGB value is (117,72,63). Sum of RGB (Red+Green+Blue) = 117+72+63=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #75483F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75483F is #8AB7C0. Grayscale: #545454. Windows color (decimal): -9091009 or 4147317. OLE color: 4147317.

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

Color convert

RGB1177263-
CMYK00.380.460.54
HSL10º30%35.29%-
HSV(B)10º46.15%45.88%-
XYZ10.558.785.84-
YUV84.43115.91151.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.43%
GREEN value IS 72 (28.52% from 255) = 28.57%
BLUE value IS 63 (25% from 255) = 25%
R=46.43%
G=28.57%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117726300.380.460.54103035.29
Hex75483F0262E36a1e23
Octal165110770465666123643
Binary111010110010001111110100110101110110110101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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