Html Css Color HEX #752506 Falu Red

📋 copy color: '#752506'

red 117 ◦ green 37 ◦ blue 6

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

Shades of Falu Red #752506

Tints of Falu Red #752506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.75%

R = 73.13%
G = 23.13%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#752506 (or 0x752506) is known color: Falu Red. HEX triplet: 75, 25 and 06. RGB value is (117,37,6). Sum of RGB (Red+Green+Blue) = 117+37+6=160 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.12% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 6 (2.73% from 255 or 3.75% from 160); Max value from RGB is 117 - color contains mainly: red. Hex color #752506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752506 is #8ADAF9. Grayscale: #393939. Windows color (decimal): -9100026 or 402805. OLE color: 402805.

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

Color convert

RGB 117 37 6 -
CMYK 0 0.68 0.95 0.54
HSL 16.76º 0.9% 0.24% -
HSV(B) 16.76º 0.95% 0.46% -
XYZ 8.03 5.12 0.74 -
YUV 57.39 99 170.52 -
System Red Green Blue C M Y K H S L
Decimal 117 37 6 0 0.68 0.95 0.54 16.76 0.9 0.24
Hex 75 25 6 0 44 5F 36 11 5A 18
Octal 165 45 6 0 104 137 66 21 132 30
Binary 1110101 100101 110 0 1000100 1011111 110110 10001 1011010 11000

Color Harmonies of #752506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752506

Black with #752506

Text Example


Text Example

White with #752506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752506; }

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

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

background-color css

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

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

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

border-color css

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

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

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