#732410

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

Shades of Falu Red #732410

Tints of Falu Red #732410

Color information

#732410 (or 0x732410) is unknown color: approx Falu Red. HEX triplet: 73, 24 and 10. RGB value is (115,36,16). Sum of RGB (Red+Green+Blue) = 115+36+16=167 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.86% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 115 - color contains mainly: red. Hex color #732410 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732410 is #8CDBEF. Grayscale: #393939. Windows color (decimal): -9231344 or 1057907. OLE color: 1057907.

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

Color convert

RGB1153616-
CMYK00.690.860.55
HSL12.12º75.57%25.69%-
HSV(B)12.12º86.09%45.1%-
XYZ7.794.941.03-
YUV57.34104.67169.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 68.86%
GREEN value IS 36 (14.45% from 255) = 21.56%
BLUE value IS 16 (6.64% from 255) = 9.58%
R=68.86%
G=21.56%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115361600.690.860.5512.1275.5725.69
Hex7324100455637c4c1a
Octal16344200105126671411432
Binary1110011100100100000100010110101101101111100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732410; }

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

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

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

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

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

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

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

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