Html Css Color HEX #713620 New Amber

📋 copy color: '#713620'

red 113 ◦ green 54 ◦ blue 32

#713620
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New Amber #713620

Tints of New Amber #713620

RGB

 RED value IS 113 (44.53% from 255) = 56.78%

 GREEN value IS 54 (21.48% from 255) = 27.14%

 BLUE value IS 32 (12.89% from 255) = 16.08%

R = 56.78%
G = 27.14%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#713620 (or 0x713620) is known color: New Amber. HEX triplet: 71, 36 and 20. RGB value is (113,54,32). Sum of RGB (Red+Green+Blue) = 113+54+32=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #713620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713620 is #8EC9DF. Grayscale: #454545. Windows color (decimal): -9357792 or 2111089. OLE color: 2111089.

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

Color convert

RGB 113 54 32 -
CMYK 0 0.52 0.72 0.56
HSL 16.3º 0.56% 0.28% -
HSV(B) 16.3º 0.72% 0.44% -
XYZ 8.39 6.25 2.13 -
YUV 69.13 107.05 159.29 -
System Red Green Blue C M Y K H S L
Decimal 113 54 32 0 0.52 0.72 0.56 16.3 0.56 0.28
Hex 71 36 20 0 34 48 38 10 38 1C
Octal 161 66 40 0 64 110 70 20 70 34
Binary 1110001 110110 100000 0 110100 1001000 111000 10000 111000 11100

Color Harmonies of #713620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713620

Black with #713620

Text Example


Text Example

White with #713620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713620; }

 p { color: rgb(113,54,32); }

 H1.HeaderClassName
 {
   color: #713620;
 }
 .AnyTagClassName
 {
   color: #713620;
 }
</style>

background-color css

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

 a { background-color: rgb(113,54,32); }

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

border-color css

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

 span { border-color: rgb(113,54,32); }

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