Html Css Color HEX #703923 New Amber

📋 copy color: '#703923'

red 112 ◦ green 57 ◦ blue 35

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

Shades of New Amber #703923

Tints of New Amber #703923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.16%

R = 54.9%
G = 27.94%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#703923 (or 0x703923) is known color: New Amber. HEX triplet: 70, 39 and 23. RGB value is (112,57,35). Sum of RGB (Red+Green+Blue) = 112+57+35=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 35 (14.06% from 255 or 17.16% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #703923 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703923 is #8FC6DC. Grayscale: #474747. Windows color (decimal): -9422557 or 2308464. OLE color: 2308464.

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

Color convert

RGB 112 57 35 -
CMYK 0 0.49 0.69 0.56
HSL 17.14º 0.52% 0.29% -
HSV(B) 17.14º 0.69% 0.44% -
XYZ 8.45 6.49 2.4 -
YUV 70.94 107.72 157.29 -
System Red Green Blue C M Y K H S L
Decimal 112 57 35 0 0.49 0.69 0.56 17.14 0.52 0.29
Hex 70 39 23 0 31 45 38 11 34 1D
Octal 160 71 43 0 61 105 70 21 64 35
Binary 1110000 111001 100011 0 110001 1000101 111000 10001 110100 11101

Color Harmonies of #703923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703923

Black with #703923

Text Example


Text Example

White with #703923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703923; }

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

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

background-color css

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

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

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

border-color css

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

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

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