Html Css Color HEX #713927 New Amber

📋 copy color: '#713927'

red 113 ◦ green 57 ◦ blue 39

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

Shades of New Amber #713927

Tints of New Amber #713927

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.27%

 BLUE value IS 39 (15.63% from 255) = 18.66%

R = 54.07%
G = 27.27%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#713927 (or 0x713927) is known color: New Amber. HEX triplet: 71, 39 and 27. RGB value is (113,57,39). Sum of RGB (Red+Green+Blue) = 113+57+39=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 39 (15.62% from 255 or 18.66% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #713927 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713927 is #8EC6D8. Grayscale: #474747. Windows color (decimal): -9357017 or 2570609. OLE color: 2570609.

HSL color Cylindrical-coordinate representation of color #713927: hue angle of 14.59º degrees, saturation: 0.49, 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 #713927 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 57 39 -
CMYK 0 0.50 0.65 0.56
HSL 14.59º 0.49% 0.3% -
HSV(B) 14.59º 0.65% 0.44% -
XYZ 8.64 6.58 2.73 -
YUV 71.69 109.55 157.46 -
System Red Green Blue C M Y K H S L
Decimal 113 57 39 0 0.50 0.65 0.56 14.59 0.49 0.3
Hex 71 39 27 0 32 41 38 F 31 1E
Octal 161 71 47 0 62 101 70 17 61 36
Binary 1110001 111001 100111 0 110010 1000001 111000 1111 110001 11110

Color Harmonies of #713927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713927

Black with #713927

Text Example


Text Example

White with #713927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713927; }

 p { color: rgb(113,57,39); }

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

background-color css

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

 a { background-color: rgb(113,57,39); }

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

border-color css

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

 span { border-color: rgb(113,57,39); }

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