#752518

Color #752518 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #752518

Tints of Falu Red #752518

Color information

#752518 (or 0x752518) is unknown color: approx Falu Red. HEX triplet: 75, 25 and 18. RGB value is (117,37,24). Sum of RGB (Red+Green+Blue) = 117+37+24=178 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.73% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 24 (9.77% from 255 or 13.48% from 178); Max value from RGB is 117 - color contains mainly: red. Hex color #752518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752518 is #8ADAE7. Grayscale: #3B3B3B. Windows color (decimal): -9100008 or 1582453. OLE color: 1582453.

HSL color Cylindrical-coordinate representation of color #752518: hue angle of 8.39º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #752518 is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB1173724-
CMYK00.680.790.54
HSL8.39º65.96%27.65%-
HSV(B)8.39º79.49%45.88%-
XYZ8.165.171.43-
YUV59.44108169.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 65.73%
GREEN value IS 37 (14.84% from 255) = 20.79%
BLUE value IS 24 (9.77% from 255) = 13.48%
R=65.73%
G=20.79%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117372400.680.790.548.3965.9627.65
Hex7525180444F368421c
Octal16545300104117661010234
Binary1110101100101110000100010010011111101101000100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752518; }

 p { color: rgb(117,37,24); }

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

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

 a { background-color: rgb(117,37,24); }

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

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

 span { border-color: rgb(117,37,24); }

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