#713A28

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

Shades of New Amber #713A28

Tints of New Amber #713A28

Color information

#713A28 (or 0x713A28) is unknown color: approx New Amber. HEX triplet: 71, 3A and 28. RGB value is (113,58,40). Sum of RGB (Red+Green+Blue) = 113+58+40=211 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.55% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 113 - color contains mainly: red. Hex color #713A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713A28 is #8EC5D7. Grayscale: #484848. Windows color (decimal): -9356760 or 2636401. OLE color: 2636401.

HSL color Cylindrical-coordinate representation of color #713A28: hue angle of 14.79º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #713A28 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB1135840-
CMYK00.490.650.56
HSL14.79º47.71%30%-
HSV(B)14.79º64.6%44.31%-
XYZ8.716.692.84-
YUV72.39109.72156.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.55%
GREEN value IS 58 (23.05% from 255) = 27.49%
BLUE value IS 40 (16.02% from 255) = 18.96%
R=53.55%
G=27.49%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113584000.490.650.5614.7947.7130
Hex713A280314138f301e
Octal161725006110170176036
Binary111000111101010100001100011000001111000111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713A28; }

 p { color: rgb(113,58,40); }

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

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

 a { background-color: rgb(113,58,40); }

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

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

 span { border-color: rgb(113,58,40); }

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