Html Css Color HEX #732408 Falu Red

📋 copy color: '#732408'

red 115 ◦ green 36 ◦ blue 8

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

Shades of Falu Red #732408

Tints of Falu Red #732408

RGB

 RED value IS 115 (45.31% from 255) = 72.33%

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

 BLUE value IS 8 (3.52% from 255) = 5.03%

R = 72.33%
G = 22.64%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#732408 (or 0x732408) is known color: Falu Red. HEX triplet: 73, 24 and 08. RGB value is (115,36,8). Sum of RGB (Red+Green+Blue) = 115+36+8=159 (21% of max value = 765). Red value is 115 (45.31% from 255 or 72.33% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 8 (3.52% from 255 or 5.03% from 159); Max value from RGB is 115 - color contains mainly: red. Hex color #732408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732408 is #8CDBF7. Grayscale: #383838. Windows color (decimal): -9231352 or 533619. OLE color: 533619.

HSL color Cylindrical-coordinate representation of color #732408: hue angle of 15.7º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #732408 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 36 8 -
CMYK 0 0.69 0.93 0.55
HSL 15.7º 0.87% 0.24% -
HSV(B) 15.7º 0.93% 0.45% -
XYZ 7.74 4.92 0.77 -
YUV 56.43 100.67 169.78 -
System Red Green Blue C M Y K H S L
Decimal 115 36 8 0 0.69 0.93 0.55 15.7 0.87 0.24
Hex 73 24 8 0 45 5D 37 10 57 18
Octal 163 44 10 0 105 135 67 20 127 30
Binary 1110011 100100 1000 0 1000101 1011101 110111 10000 1010111 11000

Color Harmonies of #732408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732408

Black with #732408

Text Example


Text Example

White with #732408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732408; }

 p { color: rgb(115,36,8); }

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

background-color css

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

 a { background-color: rgb(115,36,8); }

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

border-color css

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

 span { border-color: rgb(115,36,8); }

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