Html Css Color HEX #752512 Falu Red

📋 copy color: '#752512'

red 117 ◦ green 37 ◦ blue 18

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

Shades of Falu Red #752512

Tints of Falu Red #752512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.47%

R = 68.02%
G = 21.51%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#752512 (or 0x752512) is known color: Falu Red. HEX triplet: 75, 25 and 12. RGB value is (117,37,18). Sum of RGB (Red+Green+Blue) = 117+37+18=172 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.02% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 117 - color contains mainly: red. Hex color #752512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752512 is #8ADAED. Grayscale: #3A3A3A. Windows color (decimal): -9100014 or 1189237. OLE color: 1189237.

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

Color convert

RGB 117 37 18 -
CMYK 0 0.68 0.85 0.54
HSL 11.52º 0.73% 0.26% -
HSV(B) 11.52º 0.85% 0.46% -
XYZ 8.11 5.15 1.14 -
YUV 58.75 105 169.54 -
System Red Green Blue C M Y K H S L
Decimal 117 37 18 0 0.68 0.85 0.54 11.52 0.73 0.26
Hex 75 25 12 0 44 55 36 C 49 1A
Octal 165 45 22 0 104 125 66 14 111 32
Binary 1110101 100101 10010 0 1000100 1010101 110110 1100 1001001 11010

Color Harmonies of #752512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752512

Black with #752512

Text Example


Text Example

White with #752512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752512; }

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

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

background-color css

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

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

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

border-color css

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

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

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