Html Css Color HEX #752517 Falu Red

📋 copy color: '#752517'

red 117 ◦ green 37 ◦ blue 23

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

Shades of Falu Red #752517

Tints of Falu Red #752517

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.9%

 BLUE value IS 23 (9.38% from 255) = 12.99%

R = 66.1%
G = 20.9%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#752517 (or 0x752517) is known color: Falu Red. HEX triplet: 75, 25 and 17. RGB value is (117,37,23). Sum of RGB (Red+Green+Blue) = 117+37+23=177 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.10% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 23 (9.38% from 255 or 12.99% from 177); Max value from RGB is 117 - color contains mainly: red. Hex color #752517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752517 is #8ADAE8. Grayscale: #3B3B3B. Windows color (decimal): -9100009 or 1516917. OLE color: 1516917.

HSL color Cylindrical-coordinate representation of color #752517: hue angle of 8.94º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #752517 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 37 23 -
CMYK 0 0.68 0.80 0.54
HSL 8.94º 0.67% 0.27% -
HSV(B) 8.94º 0.8% 0.46% -
XYZ 8.15 5.17 1.38 -
YUV 59.32 107.5 169.14 -
System Red Green Blue C M Y K H S L
Decimal 117 37 23 0 0.68 0.80 0.54 8.94 0.67 0.27
Hex 75 25 17 0 44 50 36 9 43 1B
Octal 165 45 27 0 104 120 66 11 103 33
Binary 1110101 100101 10111 0 1000100 1010000 110110 1001 1000011 11011

Color Harmonies of #752517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752517

Black with #752517

Text Example


Text Example

White with #752517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752517; }

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

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

background-color css

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

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

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

border-color css

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

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

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