Html Css Color HEX #762516 Falu Red

📋 copy color: '#762516'

red 118 ◦ green 37 ◦ blue 22

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

Shades of Falu Red #762516

Tints of Falu Red #762516

RGB

 RED value IS 118 (46.48% from 255) = 66.67%

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

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

R = 66.67%
G = 20.9%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#762516 (or 0x762516) is known color: Falu Red. HEX triplet: 76, 25 and 16. RGB value is (118,37,22). Sum of RGB (Red+Green+Blue) = 118+37+22=177 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.67% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 118 - color contains mainly: red. Hex color #762516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762516 is #89DAE9. Grayscale: #3B3B3B. Windows color (decimal): -9034474 or 1451382. OLE color: 1451382.

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

Color convert

RGB 118 37 22 -
CMYK 0 0.69 0.81 0.54
HSL 9.38º 0.69% 0.27% -
HSV(B) 9.38º 0.81% 0.46% -
XYZ 8.28 5.23 1.33 -
YUV 59.51 106.84 169.72 -
System Red Green Blue C M Y K H S L
Decimal 118 37 22 0 0.69 0.81 0.54 9.38 0.69 0.27
Hex 76 25 16 0 45 51 36 9 45 1B
Octal 166 45 26 0 105 121 66 11 105 33
Binary 1110110 100101 10110 0 1000101 1010001 110110 1001 1000101 11011

Color Harmonies of #762516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762516

Black with #762516

Text Example


Text Example

White with #762516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762516; }

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

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

background-color css

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

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

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

border-color css

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

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

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