Html Css Color HEX #713924 New Amber

📋 copy color: '#713924'

red 113 ◦ green 57 ◦ blue 36

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

Shades of New Amber #713924

Tints of New Amber #713924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 17.48%

R = 54.85%
G = 27.67%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#713924 (or 0x713924) is known color: New Amber. HEX triplet: 71, 39 and 24. RGB value is (113,57,36). Sum of RGB (Red+Green+Blue) = 113+57+36=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 36 (14.45% from 255 or 17.48% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #713924 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713924 is #8EC6DB. Grayscale: #474747. Windows color (decimal): -9357020 or 2374001. OLE color: 2374001.

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

Color convert

RGB 113 57 36 -
CMYK 0 0.50 0.68 0.56
HSL 16.36º 0.52% 0.29% -
HSV(B) 16.36º 0.68% 0.44% -
XYZ 8.59 6.56 2.48 -
YUV 71.35 108.05 157.71 -
System Red Green Blue C M Y K H S L
Decimal 113 57 36 0 0.50 0.68 0.56 16.36 0.52 0.29
Hex 71 39 24 0 32 44 38 10 34 1D
Octal 161 71 44 0 62 104 70 20 64 35
Binary 1110001 111001 100100 0 110010 1000100 111000 10000 110100 11101

Color Harmonies of #713924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713924

Black with #713924

Text Example


Text Example

White with #713924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713924; }

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

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

background-color css

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

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

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

border-color css

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

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

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