#71371F

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

Shades of New Amber #71371F

Tints of New Amber #71371F

Color information

#71371F (or 0x71371F) is unknown color: approx New Amber. HEX triplet: 71, 37 and 1F. RGB value is (113,55,31). Sum of RGB (Red+Green+Blue) = 113+55+31=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #71371F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71371F is #8EC8E0. Grayscale: #454545. Windows color (decimal): -9357537 or 2045809. OLE color: 2045809.

HSL color Cylindrical-coordinate representation of color #71371F: hue angle of 17.56º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71371F is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB1135531-
CMYK00.510.730.56
HSL17.56º56.94%28.24%-
HSV(B)17.56º72.57%44.31%-
XYZ8.426.342.08-
YUV69.61106.22158.95-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 56.78%
GREEN value IS 55 (21.88% from 255) = 27.64%
BLUE value IS 31 (12.5% from 255) = 15.58%
R=56.78%
G=27.64%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113553100.510.730.5617.5656.9428.24
Hex71371F033493812391c
Octal161673706311170227134
Binary111000111011111111011001110010011110001001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71371F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,55,31); }

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

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

 a { background-color: rgb(113,55,31); }

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

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

 span { border-color: rgb(113,55,31); }

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