#73351F

Color #73351F New Amber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Amber #73351F

Tints of New Amber #73351F

Color information

#73351F (or 0x73351F) is unknown color: approx New Amber. HEX triplet: 73, 35 and 1F. RGB value is (115,53,31). Sum of RGB (Red+Green+Blue) = 115+53+31=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #73351F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73351F is #8CCAE0. Grayscale: #454545. Windows color (decimal): -9226977 or 2045299. OLE color: 2045299.

HSL color Cylindrical-coordinate representation of color #73351F: hue angle of 15.71º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #73351F is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB1155331-
CMYK00.540.730.55
HSL15.71º57.53%28.63%-
HSV(B)15.71º73.04%45.1%-
XYZ8.596.292.06-
YUV69.03106.54160.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.79%
GREEN value IS 53 (21.09% from 255) = 26.63%
BLUE value IS 31 (12.5% from 255) = 15.58%
R=57.79%
G=26.63%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115533100.540.730.5515.7157.5328.63
Hex73351F0364937103a1d
Octal163653706611167207235
Binary111001111010111111011011010010011101111000011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73351F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73351F; }

 p { color: rgb(115,53,31); }

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

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

 a { background-color: rgb(115,53,31); }

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

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

 span { border-color: rgb(115,53,31); }

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