Html Css Color HEX #713A26 New Amber

📋 copy color: '#713A26'

red 113 ◦ green 58 ◦ blue 38

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

Shades of New Amber #713A26

Tints of New Amber #713A26

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.75%

 BLUE value IS 38 (15.23% from 255) = 18.18%

R = 54.07%
G = 27.75%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#713A26 (or 0x713A26) is known color: New Amber. HEX triplet: 71, 3A and 26. RGB value is (113,58,38). Sum of RGB (Red+Green+Blue) = 113+58+38=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 38 (15.23% from 255 or 18.18% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #713A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713A26 is #8EC5D9. Grayscale: #484848. Windows color (decimal): -9356762 or 2505329. OLE color: 2505329.

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

Color convert

RGB 113 58 38 -
CMYK 0 0.49 0.66 0.56
HSL 16º 0.5% 0.3% -
HSV(B) 16º 0.66% 0.44% -
XYZ 8.67 6.68 2.67 -
YUV 72.17 108.72 157.13 -
System Red Green Blue C M Y K H S L
Decimal 113 58 38 0 0.49 0.66 0.56 16 0.5 0.3
Hex 71 3A 26 0 31 42 38 10 32 1E
Octal 161 72 46 0 61 102 70 20 62 36
Binary 1110001 111010 100110 0 110001 1000010 111000 10000 110010 11110

Color Harmonies of #713A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713A26

Black with #713A26

Text Example


Text Example

White with #713A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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