Html Css Color HEX #713D24 New Amber

📋 copy color: '#713D24'

red 113 ◦ green 61 ◦ blue 36

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

Shades of New Amber #713D24

Tints of New Amber #713D24

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.05%

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

R = 53.81%
G = 29.05%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#713D24 (or 0x713D24) is known color: New Amber. HEX triplet: 71, 3D and 24. RGB value is (113,61,36). Sum of RGB (Red+Green+Blue) = 113+61+36=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 36 (14.45% from 255 or 17.14% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #713D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713D24 is #8EC2DB. Grayscale: #494949. Windows color (decimal): -9355996 or 2375025. OLE color: 2375025.

HSL color Cylindrical-coordinate representation of color #713D24: hue angle of 19.48º 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 #713D24 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 61 36 -
CMYK 0 0.46 0.68 0.56
HSL 19.48º 0.52% 0.29% -
HSV(B) 19.48º 0.68% 0.44% -
XYZ 8.8 6.98 2.55 -
YUV 73.7 106.73 156.03 -
System Red Green Blue C M Y K H S L
Decimal 113 61 36 0 0.46 0.68 0.56 19.48 0.52 0.29
Hex 71 3D 24 0 2E 44 38 13 34 1D
Octal 161 75 44 0 56 104 70 23 64 35
Binary 1110001 111101 100100 0 101110 1000100 111000 10011 110100 11101

Color Harmonies of #713D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713D24

Black with #713D24

Text Example


Text Example

White with #713D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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