Html Css Color HEX #703723 New Amber

📋 copy color: '#703723'

red 112 ◦ green 55 ◦ blue 35

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

Shades of New Amber #703723

Tints of New Amber #703723

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.23%

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

R = 55.45%
G = 27.23%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#703723 (or 0x703723) is known color: New Amber. HEX triplet: 70, 37 and 23. RGB value is (112,55,35). Sum of RGB (Red+Green+Blue) = 112+55+35=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 35 (14.06% from 255 or 17.33% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #703723 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703723 is #8FC8DC. Grayscale: #454545. Windows color (decimal): -9423069 or 2307952. OLE color: 2307952.

HSL color Cylindrical-coordinate representation of color #703723: 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.69%. Process color model (Four color, CMYK) of #703723 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 55 35 -
CMYK 0 0.51 0.69 0.56
HSL 15.58º 0.52% 0.29% -
HSV(B) 15.58º 0.69% 0.44% -
XYZ 8.35 6.3 2.37 -
YUV 69.76 108.38 158.13 -
System Red Green Blue C M Y K H S L
Decimal 112 55 35 0 0.51 0.69 0.56 15.58 0.52 0.29
Hex 70 37 23 0 33 45 38 10 34 1D
Octal 160 67 43 0 63 105 70 20 64 35
Binary 1110000 110111 100011 0 110011 1000101 111000 10000 110100 11101

Color Harmonies of #703723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703723

Black with #703723

Text Example


Text Example

White with #703723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703723; }

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

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

background-color css

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

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

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

border-color css

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

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

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