#752508

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

Shades of Falu Red #752508

Tints of Falu Red #752508

Color information

#752508 (or 0x752508) is unknown color: approx Falu Red. HEX triplet: 75, 25 and 08. RGB value is (117,37,8). Sum of RGB (Red+Green+Blue) = 117+37+8=162 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.22% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 117 - color contains mainly: red. Hex color #752508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752508 is #8ADAF7. Grayscale: #393939. Windows color (decimal): -9100024 or 533877. OLE color: 533877.

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

Color convert

RGB117378-
CMYK00.680.930.54
HSL15.96º87.2%24.51%-
HSV(B)15.96º93.16%45.88%-
XYZ8.045.120.79-
YUV57.61100170.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 72.22%
GREEN value IS 37 (14.84% from 255) = 22.84%
BLUE value IS 8 (3.52% from 255) = 4.94%
R=72.22%
G=22.84%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11737800.680.930.5415.9687.224.51
Hex752580445D36105719
Octal16545100104135662012731
Binary1110101100101100001000100101110111011010000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752508; }

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

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

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

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

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

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

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

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