Html Css Color HEX #703620 New Amber

📋 copy color: '#703620'

red 112 ◦ green 54 ◦ blue 32

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

Shades of New Amber #703620

Tints of New Amber #703620

RGB

 RED value IS 112 (44.14% from 255) = 56.57%

 GREEN value IS 54 (21.48% from 255) = 27.27%

 BLUE value IS 32 (12.89% from 255) = 16.16%

R = 56.57%
G = 27.27%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#703620 (or 0x703620) is known color: New Amber. HEX triplet: 70, 36 and 20. RGB value is (112,54,32). Sum of RGB (Red+Green+Blue) = 112+54+32=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #703620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703620 is #8FC9DF. Grayscale: #444444. Windows color (decimal): -9423328 or 2111088. OLE color: 2111088.

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

Color convert

RGB 112 54 32 -
CMYK 0 0.52 0.71 0.56
HSL 16.5º 0.56% 0.28% -
HSV(B) 16.5º 0.71% 0.44% -
XYZ 8.26 6.19 2.13 -
YUV 68.83 107.22 158.79 -
System Red Green Blue C M Y K H S L
Decimal 112 54 32 0 0.52 0.71 0.56 16.5 0.56 0.28
Hex 70 36 20 0 34 47 38 10 38 1C
Octal 160 66 40 0 64 107 70 20 70 34
Binary 1110000 110110 100000 0 110100 1000111 111000 10000 111000 11100

Color Harmonies of #703620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703620

Black with #703620

Text Example


Text Example

White with #703620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703620; }

 p { color: rgb(112,54,32); }

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

background-color css

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

 a { background-color: rgb(112,54,32); }

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

border-color css

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

 span { border-color: rgb(112,54,32); }

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