#752208

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

Shades of Falu Red #752208

Tints of Falu Red #752208

Color information

#752208 (or 0x752208) is unknown color: approx Falu Red. HEX triplet: 75, 22 and 08. RGB value is (117,34,8). Sum of RGB (Red+Green+Blue) = 117+34+8=159 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.58% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 8 (3.52% from 255 or 5.03% from 159); Max value from RGB is 117 - color contains mainly: red. Hex color #752208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752208 is #8ADDF7. Grayscale: #383838. Windows color (decimal): -9100792 or 533109. OLE color: 533109.

HSL color Cylindrical-coordinate representation of color #752208: hue angle of 14.31º 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 #752208 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB117348-
CMYK00.710.930.54
HSL14.31º87.2%24.51%-
HSV(B)14.31º93.16%45.88%-
XYZ7.954.940.76-
YUV55.85101171.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 73.58%
GREEN value IS 34 (13.67% from 255) = 21.38%
BLUE value IS 8 (3.52% from 255) = 5.03%
R=73.58%
G=21.38%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11734800.710.930.5414.3187.224.51
Hex752280475D36e5719
Octal16542100107135661612731
Binary111010110001010000100011110111011101101110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752208; }

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

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

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

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

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

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

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

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