Html Css Color HEX #752406 Falu Red

📋 copy color: '#752406'

red 117 ◦ green 36 ◦ blue 6

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

Shades of Falu Red #752406

Tints of Falu Red #752406

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.64%

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

R = 73.58%
G = 22.64%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#752406 (or 0x752406) is known color: Falu Red. HEX triplet: 75, 24 and 06. RGB value is (117,36,6). Sum of RGB (Red+Green+Blue) = 117+36+6=159 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.58% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 117 - color contains mainly: red. Hex color #752406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752406 is #8ADBF9. Grayscale: #393939. Windows color (decimal): -9100282 or 402549. OLE color: 402549.

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

Color convert

RGB 117 36 6 -
CMYK 0 0.69 0.95 0.54
HSL 16.22º 0.9% 0.24% -
HSV(B) 16.22º 0.95% 0.46% -
XYZ 8 5.06 0.73 -
YUV 56.8 99.34 170.94 -
System Red Green Blue C M Y K H S L
Decimal 117 36 6 0 0.69 0.95 0.54 16.22 0.9 0.24
Hex 75 24 6 0 45 5F 36 10 5A 18
Octal 165 44 6 0 105 137 66 20 132 30
Binary 1110101 100100 110 0 1000101 1011111 110110 10000 1011010 11000

Color Harmonies of #752406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752406

Black with #752406

Text Example


Text Example

White with #752406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752406; }

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

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

background-color css

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

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

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

border-color css

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

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

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