Html Css Color HEX #752307 Falu Red

📋 copy color: '#752307'

red 117 ◦ green 35 ◦ blue 7

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

Shades of Falu Red #752307

Tints of Falu Red #752307

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.01%

 BLUE value IS 7 (3.13% from 255) = 4.4%

R = 73.58%
G = 22.01%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#752307 (or 0x752307) is known color: Falu Red. HEX triplet: 75, 23 and 07. RGB value is (117,35,7). Sum of RGB (Red+Green+Blue) = 117+35+7=159 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.58% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 7 (3.12% from 255 or 4.40% from 159); Max value from RGB is 117 - color contains mainly: red. Hex color #752307 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752307 is #8ADCF8. Grayscale: #383838. Windows color (decimal): -9100537 or 467829. OLE color: 467829.

HSL color Cylindrical-coordinate representation of color #752307: hue angle of 15.27º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #752307 is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 35 7 -
CMYK 0 0.70 0.94 0.54
HSL 15.27º 0.89% 0.24% -
HSV(B) 15.27º 0.94% 0.46% -
XYZ 7.98 5 0.75 -
YUV 56.33 100.17 171.28 -
System Red Green Blue C M Y K H S L
Decimal 117 35 7 0 0.70 0.94 0.54 15.27 0.89 0.24
Hex 75 23 7 0 46 5E 36 F 59 18
Octal 165 43 7 0 106 136 66 17 131 30
Binary 1110101 100011 111 0 1000110 1011110 110110 1111 1011001 11000

Color Harmonies of #752307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752307

Black with #752307

Text Example


Text Example

White with #752307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752307; }

 p { color: rgb(117,35,7); }

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

background-color css

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

 a { background-color: rgb(117,35,7); }

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

border-color css

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

 span { border-color: rgb(117,35,7); }

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