Html Css Color HEX #713E25 New Amber

📋 copy color: '#713E25'

red 113 ◦ green 62 ◦ blue 37

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

Shades of New Amber #713E25

Tints of New Amber #713E25

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.25%

 BLUE value IS 37 (14.84% from 255) = 17.45%

R = 53.3%
G = 29.25%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#713E25 (or 0x713E25) is known color: New Amber. HEX triplet: 71, 3E and 25. RGB value is (113,62,37). Sum of RGB (Red+Green+Blue) = 113+62+37=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 37 (14.84% from 255 or 17.45% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #713E25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713E25 is #8EC1DA. Grayscale: #4A4A4A. Windows color (decimal): -9355739 or 2440817. OLE color: 2440817.

HSL color Cylindrical-coordinate representation of color #713E25: hue angle of 19.74º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #713E25 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 62 37 -
CMYK 0 0.45 0.67 0.56
HSL 19.74º 0.51% 0.29% -
HSV(B) 19.74º 0.67% 0.44% -
XYZ 8.87 7.09 2.65 -
YUV 74.4 106.9 155.53 -
System Red Green Blue C M Y K H S L
Decimal 113 62 37 0 0.45 0.67 0.56 19.74 0.51 0.29
Hex 71 3E 25 0 2D 43 38 14 33 1D
Octal 161 76 45 0 55 103 70 24 63 35
Binary 1110001 111110 100101 0 101101 1000011 111000 10100 110011 11101

Color Harmonies of #713E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713E25

Black with #713E25

Text Example


Text Example

White with #713E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,62,37); }

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

background-color css

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

 a { background-color: rgb(113,62,37); }

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

border-color css

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

 span { border-color: rgb(113,62,37); }

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