Html Css Color HEX #752516 Falu Red

📋 copy color: '#752516'

red 117 ◦ green 37 ◦ blue 22

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

Shades of Falu Red #752516

Tints of Falu Red #752516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.5%

R = 66.48%
G = 21.02%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#752516 (or 0x752516) is known color: Falu Red. HEX triplet: 75, 25 and 16. RGB value is (117,37,22). Sum of RGB (Red+Green+Blue) = 117+37+22=176 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.48% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 22 (8.98% from 255 or 12.5% from 176); Max value from RGB is 117 - color contains mainly: red. Hex color #752516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752516 is #8ADAE9. Grayscale: #3B3B3B. Windows color (decimal): -9100010 or 1451381. OLE color: 1451381.

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

Color convert

RGB 117 37 22 -
CMYK 0 0.68 0.81 0.54
HSL 9.47º 0.68% 0.27% -
HSV(B) 9.47º 0.81% 0.46% -
XYZ 8.14 5.16 1.33 -
YUV 59.21 107 169.22 -
System Red Green Blue C M Y K H S L
Decimal 117 37 22 0 0.68 0.81 0.54 9.47 0.68 0.27
Hex 75 25 16 0 44 51 36 9 44 1B
Octal 165 45 26 0 104 121 66 11 104 33
Binary 1110101 100101 10110 0 1000100 1010001 110110 1001 1000100 11011

Color Harmonies of #752516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752516

Black with #752516

Text Example


Text Example

White with #752516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752516; }

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

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

background-color css

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

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

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

border-color css

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

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

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