#71341D

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

Shades of New Amber #71341D

Tints of New Amber #71341D

Color information

#71341D (or 0x71341D) is unknown color: approx New Amber. HEX triplet: 71, 34 and 1D. RGB value is (113,52,29). Sum of RGB (Red+Green+Blue) = 113+52+29=194 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.25% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 113 - color contains mainly: red. Hex color #71341D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71341D is #8ECBE2. Grayscale: #434343. Windows color (decimal): -9358307 or 1913969. OLE color: 1913969.

HSL color Cylindrical-coordinate representation of color #71341D: hue angle of 16.43º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71341D is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB1135229-
CMYK00.540.740.56
HSL16.43º59.15%27.84%-
HSV(B)16.43º74.34%44.31%-
XYZ8.266.061.9-
YUV67.62106.21160.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 58.25%
GREEN value IS 52 (20.70% from 255) = 26.80%
BLUE value IS 29 (11.72% from 255) = 14.95%
R=58.25%
G=26.80%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113522900.540.740.5616.4359.1527.84
Hex71341D0364A38103b1c
Octal161643506611270207334
Binary111000111010011101011011010010101110001000011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71341D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71341D; }

 p { color: rgb(113,52,29); }

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

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

 a { background-color: rgb(113,52,29); }

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

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

 span { border-color: rgb(113,52,29); }

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