Html Css Color HEX #703920 New Amber

📋 copy color: '#703920'

red 112 ◦ green 57 ◦ blue 32

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

Shades of New Amber #703920

Tints of New Amber #703920

RGB

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

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

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

R = 55.72%
G = 28.36%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#703920 (or 0x703920) is known color: New Amber. HEX triplet: 70, 39 and 20. RGB value is (112,57,32). Sum of RGB (Red+Green+Blue) = 112+57+32=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 57 (22.66% from 255 or 28.36% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #703920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703920 is #8FC6DF. Grayscale: #464646. Windows color (decimal): -9422560 or 2111856. OLE color: 2111856.

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

Color convert

RGB 112 57 32 -
CMYK 0 0.49 0.71 0.56
HSL 18.75º 0.56% 0.28% -
HSV(B) 18.75º 0.71% 0.44% -
XYZ 8.41 6.48 2.17 -
YUV 70.6 106.22 157.53 -
System Red Green Blue C M Y K H S L
Decimal 112 57 32 0 0.49 0.71 0.56 18.75 0.56 0.28
Hex 70 39 20 0 31 47 38 13 38 1C
Octal 160 71 40 0 61 107 70 23 70 34
Binary 1110000 111001 100000 0 110001 1000111 111000 10011 111000 11100

Color Harmonies of #703920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703920

Black with #703920

Text Example


Text Example

White with #703920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703920; }

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

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

background-color css

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

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

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

border-color css

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

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

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