Html Css Color HEX #713B24 New Amber

📋 copy color: '#713B24'

red 113 ◦ green 59 ◦ blue 36

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

Shades of New Amber #713B24

Tints of New Amber #713B24

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.37%

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

R = 54.33%
G = 28.37%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#713B24 (or 0x713B24) is known color: New Amber. HEX triplet: 71, 3B and 24. RGB value is (113,59,36). Sum of RGB (Red+Green+Blue) = 113+59+36=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 59 (23.44% from 255 or 28.37% from 208); Blue value is 36 (14.45% from 255 or 17.31% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #713B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713B24 is #8EC4DB. Grayscale: #484848. Windows color (decimal): -9356508 or 2374513. OLE color: 2374513.

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

Color convert

RGB 113 59 36 -
CMYK 0 0.48 0.68 0.56
HSL 17.92º 0.52% 0.29% -
HSV(B) 17.92º 0.68% 0.44% -
XYZ 8.69 6.77 2.52 -
YUV 72.52 107.39 156.87 -
System Red Green Blue C M Y K H S L
Decimal 113 59 36 0 0.48 0.68 0.56 17.92 0.52 0.29
Hex 71 3B 24 0 30 44 38 12 34 1D
Octal 161 73 44 0 60 104 70 22 64 35
Binary 1110001 111011 100100 0 110000 1000100 111000 10010 110100 11101

Color Harmonies of #713B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713B24

Black with #713B24

Text Example


Text Example

White with #713B24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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