Html Css Color HEX #752404 Falu Red

📋 copy color: '#752404'

red 117 ◦ green 36 ◦ blue 4

#752404
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #752404

Tints of Falu Red #752404

RGB

 RED value IS 117 (46.09% from 255) = 74.52%

 GREEN value IS 36 (14.45% from 255) = 22.93%

 BLUE value IS 4 (1.95% from 255) = 2.55%

R = 74.52%
G = 22.93%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#752404 (or 0x752404) is known color: Falu Red. HEX triplet: 75, 24 and 04. RGB value is (117,36,4). Sum of RGB (Red+Green+Blue) = 117+36+4=157 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.52% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 4 (1.95% from 255 or 2.55% from 157); Max value from RGB is 117 - color contains mainly: red. Hex color #752404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752404 is #8ADBFB. Grayscale: #383838. Windows color (decimal): -9100284 or 271477. OLE color: 271477.

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

Color convert

RGB 117 36 4 -
CMYK 0 0.69 0.97 0.54
HSL 16.99º 0.93% 0.24% -
HSV(B) 16.99º 0.97% 0.46% -
XYZ 7.99 5.05 0.67 -
YUV 56.57 98.34 171.1 -
System Red Green Blue C M Y K H S L
Decimal 117 36 4 0 0.69 0.97 0.54 16.99 0.93 0.24
Hex 75 24 4 0 45 61 36 11 5D 18
Octal 165 44 4 0 105 141 66 21 135 30
Binary 1110101 100100 100 0 1000101 1100001 110110 10001 1011101 11000

Color Harmonies of #752404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752404

Black with #752404

Text Example


Text Example

White with #752404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752404; }

 p { color: rgb(117,36,4); }

 H1.HeaderClassName
 {
   color: #752404;
 }
 .AnyTagClassName
 {
   color: #752404;
 }
</style>

background-color css

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

 a { background-color: rgb(117,36,4); }

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

border-color css

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

 span { border-color: rgb(117,36,4); }

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