Html Css Color HEX #713B22 New Amber

📋 copy color: '#713B22'

red 113 ◦ green 59 ◦ blue 34

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

Shades of New Amber #713B22

Tints of New Amber #713B22

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.64%

 BLUE value IS 34 (13.67% from 255) = 16.5%

R = 54.85%
G = 28.64%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#713B22 (or 0x713B22) is known color: New Amber. HEX triplet: 71, 3B and 22. RGB value is (113,59,34). Sum of RGB (Red+Green+Blue) = 113+59+34=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 34 (13.67% from 255 or 16.50% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #713B22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713B22 is #8EC4DD. Grayscale: #484848. Windows color (decimal): -9356510 or 2243441. OLE color: 2243441.

HSL color Cylindrical-coordinate representation of color #713B22: hue angle of 18.99º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #713B22 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 59 34 -
CMYK 0 0.48 0.70 0.56
HSL 18.99º 0.54% 0.29% -
HSV(B) 18.99º 0.7% 0.44% -
XYZ 8.66 6.75 2.36 -
YUV 72.3 106.39 157.03 -
System Red Green Blue C M Y K H S L
Decimal 113 59 34 0 0.48 0.70 0.56 18.99 0.54 0.29
Hex 71 3B 22 0 30 46 38 13 36 1D
Octal 161 73 42 0 60 106 70 23 66 35
Binary 1110001 111011 100010 0 110000 1000110 111000 10011 110110 11101

Color Harmonies of #713B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713B22

Black with #713B22

Text Example


Text Example

White with #713B22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,59,34); }

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

background-color css

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

 a { background-color: rgb(113,59,34); }

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

border-color css

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

 span { border-color: rgb(113,59,34); }

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