Html Css Color HEX #752408 Falu Red

📋 copy color: '#752408'

red 117 ◦ green 36 ◦ blue 8

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

Shades of Falu Red #752408

Tints of Falu Red #752408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.97%

R = 72.67%
G = 22.36%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#752408 (or 0x752408) is known color: Falu Red. HEX triplet: 75, 24 and 08. RGB value is (117,36,8). Sum of RGB (Red+Green+Blue) = 117+36+8=161 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.67% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 8 (3.52% from 255 or 4.97% from 161); Max value from RGB is 117 - color contains mainly: red. Hex color #752408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752408 is #8ADBF7. Grayscale: #393939. Windows color (decimal): -9100280 or 533621. OLE color: 533621.

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

Color convert

RGB 117 36 8 -
CMYK 0 0.69 0.93 0.54
HSL 15.41º 0.87% 0.25% -
HSV(B) 15.41º 0.93% 0.46% -
XYZ 8.01 5.06 0.78 -
YUV 57.03 100.34 170.78 -
System Red Green Blue C M Y K H S L
Decimal 117 36 8 0 0.69 0.93 0.54 15.41 0.87 0.25
Hex 75 24 8 0 45 5D 36 F 57 19
Octal 165 44 10 0 105 135 66 17 127 31
Binary 1110101 100100 1000 0 1000101 1011101 110110 1111 1010111 11001

Color Harmonies of #752408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752408

Black with #752408

Text Example


Text Example

White with #752408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752408; }

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

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

background-color css

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

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

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

border-color css

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

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

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