#541707

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

Shades of Red Oxide #541707

Tints of Red Oxide #541707

Color information

#541707 (or 0x541707) is unknown color: approx Red Oxide. HEX triplet: 54, 17 and 07. RGB value is (84,23,7). Sum of RGB (Red+Green+Blue) = 84+23+7=114 (15% of max value = 765). Red value is 84 (33.20% from 255 or 73.68% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 7 (3.12% from 255 or 6.14% from 114); Max value from RGB is 84 - color contains mainly: red. Hex color #541707 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541707 is #ABE8F8. Grayscale: #272727. Windows color (decimal): -11266297 or 464724. OLE color: 464724.

HSL color Cylindrical-coordinate representation of color #541707: hue angle of 12.47º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #541707 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB84237-
CMYK00.730.920.67
HSL12.47º84.62%17.84%-
HSV(B)12.47º91.67%32.94%-
XYZ42.510.48-
YUV39.42109.71159.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 73.68%
GREEN value IS 23 (9.38% from 255) = 20.18%
BLUE value IS 7 (3.12% from 255) = 6.14%
R=73.68%
G=20.18%
B=6.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8423700.730.920.6712.4784.6217.84
Hex541770495C43c5512
Octal12427701111341031412522
Binary10101001011111101001001101110010000111100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541707; }

 p { color: rgb(84,23,7); }

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

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

 a { background-color: rgb(84,23,7); }

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

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

 span { border-color: rgb(84,23,7); }

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