Html Css Color HEX #703924 New Amber

📋 copy color: '#703924'

red 112 ◦ green 57 ◦ blue 36

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

Shades of New Amber #703924

Tints of New Amber #703924

RGB

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

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

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

R = 54.63%
G = 27.8%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#703924 (or 0x703924) is known color: New Amber. HEX triplet: 70, 39 and 24. RGB value is (112,57,36). Sum of RGB (Red+Green+Blue) = 112+57+36=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 36 (14.45% from 255 or 17.56% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #703924 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703924 is #8FC6DB. Grayscale: #474747. Windows color (decimal): -9422556 or 2374000. OLE color: 2374000.

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

Color convert

RGB 112 57 36 -
CMYK 0 0.49 0.68 0.56
HSL 16.58º 0.51% 0.29% -
HSV(B) 16.58º 0.68% 0.44% -
XYZ 8.46 6.5 2.48 -
YUV 71.05 108.22 157.21 -
System Red Green Blue C M Y K H S L
Decimal 112 57 36 0 0.49 0.68 0.56 16.58 0.51 0.29
Hex 70 39 24 0 31 44 38 11 33 1D
Octal 160 71 44 0 61 104 70 21 63 35
Binary 1110000 111001 100100 0 110001 1000100 111000 10001 110011 11101

Color Harmonies of #703924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703924

Black with #703924

Text Example


Text Example

White with #703924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703924; }

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

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

background-color css

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

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

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

border-color css

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

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

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