#754A3F

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

Shades of Bole #754A3F

Tints of Bole #754A3F

Color information

#754A3F (or 0x754A3F) is unknown color: approx Bole. HEX triplet: 75, 4A and 3F. RGB value is (117,74,63). Sum of RGB (Red+Green+Blue) = 117+74+63=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #754A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754A3F is #8AB5C0. Grayscale: #555555. Windows color (decimal): -9090497 or 4147829. OLE color: 4147829.

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

Color convert

RGB1177463-
CMYK00.370.460.54
HSL12.22º30%35.29%-
HSV(B)12.22º46.15%45.88%-
XYZ10.689.045.88-
YUV85.6115.25150.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.06%
GREEN value IS 74 (29.30% from 255) = 29.13%
BLUE value IS 63 (25% from 255) = 24.80%
R=46.06%
G=29.13%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117746300.370.460.5412.223035.29
Hex754A3F0252E36c1e23
Octal165112770455666143643
Binary111010110010101111110100101101110110110110011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754A3F; }

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

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

<style>
 a { background-color: #754A3F; }

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

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

<style>
 span { border-color: #754A3F; }

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

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