Html Css Color HEX #752518 Falu Red

📋 copy color: '#752518'

red 117 ◦ green 37 ◦ blue 24

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

Shades of Falu Red #752518

Tints of Falu Red #752518

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 value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#752518 (or 0x752518) is known color: 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

RGB 117 37 24 -
CMYK 0 0.68 0.79 0.54
HSL 8.39º 0.66% 0.28% -
HSV(B) 8.39º 0.79% 0.46% -
XYZ 8.16 5.17 1.43 -
YUV 59.44 108 169.06 -
System Red Green Blue C M Y K H S L
Decimal 117 37 24 0 0.68 0.79 0.54 8.39 0.66 0.28
Hex 75 25 18 0 44 4F 36 8 42 1C
Octal 165 45 30 0 104 117 66 10 102 34
Binary 1110101 100101 11000 0 1000100 1001111 110110 1000 1000010 11100

Color Harmonies of #752518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752518

Black with #752518

Text Example


Text Example

White with #752518

Text Example


Text Example

HTML Codes & Css Web 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>