Html Css Color HEX #732306 Falu Red

📋 copy color: '#732306'

red 115 ◦ green 35 ◦ blue 6

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

Shades of Falu Red #732306

Tints of Falu Red #732306

RGB

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

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

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

R = 73.72%
G = 22.44%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#732306 (or 0x732306) is known color: Falu Red. HEX triplet: 73, 23 and 06. RGB value is (115,35,6). Sum of RGB (Red+Green+Blue) = 115+35+6=156 (20% of max value = 765). Red value is 115 (45.31% from 255 or 73.72% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 6 (2.73% from 255 or 3.85% from 156); Max value from RGB is 115 - color contains mainly: red. Hex color #732306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732306 is #8CDCF9. Grayscale: #373737. Windows color (decimal): -9231610 or 402291. OLE color: 402291.

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

Color convert

RGB 115 35 6 -
CMYK 0 0.70 0.95 0.55
HSL 15.96º 0.9% 0.24% -
HSV(B) 15.96º 0.95% 0.45% -
XYZ 7.7 4.86 0.7 -
YUV 55.61 100 170.36 -
System Red Green Blue C M Y K H S L
Decimal 115 35 6 0 0.70 0.95 0.55 15.96 0.9 0.24
Hex 73 23 6 0 46 5F 37 10 5A 18
Octal 163 43 6 0 106 137 67 20 132 30
Binary 1110011 100011 110 0 1000110 1011111 110111 10000 1011010 11000

Color Harmonies of #732306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732306

Black with #732306

Text Example


Text Example

White with #732306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732306; }

 p { color: rgb(115,35,6); }

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

background-color css

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

 a { background-color: rgb(115,35,6); }

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

border-color css

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

 span { border-color: rgb(115,35,6); }

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