Html Css Color HEX #713824 New Amber

📋 copy color: '#713824'

red 113 ◦ green 56 ◦ blue 36

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

Shades of New Amber #713824

Tints of New Amber #713824

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.32%

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

R = 55.12%
G = 27.32%
B = 17.56%

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

#713824 (or 0x713824) is known color: New Amber. HEX triplet: 71, 38 and 24. RGB value is (113,56,36). Sum of RGB (Red+Green+Blue) = 113+56+36=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 36 (14.45% from 255 or 17.56% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #713824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713824 is #8EC7DB. Grayscale: #464646. Windows color (decimal): -9357276 or 2373745. OLE color: 2373745.

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

Color convert

RGB 113 56 36 -
CMYK 0 0.50 0.68 0.56
HSL 15.58º 0.52% 0.29% -
HSV(B) 15.58º 0.68% 0.44% -
XYZ 8.54 6.47 2.47 -
YUV 70.76 108.38 158.13 -
System Red Green Blue C M Y K H S L
Decimal 113 56 36 0 0.50 0.68 0.56 15.58 0.52 0.29
Hex 71 38 24 0 32 44 38 10 34 1D
Octal 161 70 44 0 62 104 70 20 64 35
Binary 1110001 111000 100100 0 110010 1000100 111000 10000 110100 11101

Color Harmonies of #713824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713824

Black with #713824

Text Example


Text Example

White with #713824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713824; }

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

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

background-color css

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

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

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

border-color css

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

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

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