#732308

Color #732308 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #732308

Tints of Falu Red #732308

Color information

#732308 (or 0x732308) is unknown color: approx Falu Red. HEX triplet: 73, 23 and 08. RGB value is (115,35,8). Sum of RGB (Red+Green+Blue) = 115+35+8=158 (20% of max value = 765). Red value is 115 (45.31% from 255 or 72.78% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 8 (3.52% from 255 or 5.06% from 158); Max value from RGB is 115 - color contains mainly: red. Hex color #732308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732308 is #8CDCF7. Grayscale: #383838. Windows color (decimal): -9231608 or 533363. OLE color: 533363.

HSL color Cylindrical-coordinate representation of color #732308: hue angle of 15.14º 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 #732308 is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB115358-
CMYK00.700.930.55
HSL15.14º86.99%24.12%-
HSV(B)15.14º93.04%45.1%-
XYZ7.724.860.76-
YUV55.84101170.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 72.78%
GREEN value IS 35 (14.06% from 255) = 22.15%
BLUE value IS 8 (3.52% from 255) = 5.06%
R=72.78%
G=22.15%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11535800.700.930.5515.1486.9924.12
Hex732380465D37f5718
Octal16343100106135671712730
Binary111001110001110000100011010111011101111111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732308; }

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

 H1.HeaderClassName
 {
   color: #732308;
 }
 .AnyTagClassName
 {
   color: #732308;
 }
</style>
background-color css

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

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

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

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

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

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