Html Css Color HEX #703C23 New Amber

📋 copy color: '#703C23'

red 112 ◦ green 60 ◦ blue 35

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

Shades of New Amber #703C23

Tints of New Amber #703C23

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.99%

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

R = 54.11%
G = 28.99%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#703C23 (or 0x703C23) is known color: New Amber. HEX triplet: 70, 3C and 23. RGB value is (112,60,35). Sum of RGB (Red+Green+Blue) = 112+60+35=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 35 (14.06% from 255 or 16.91% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #703C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703C23 is #8FC3DC. Grayscale: #484848. Windows color (decimal): -9421789 or 2309232. OLE color: 2309232.

HSL color Cylindrical-coordinate representation of color #703C23: hue angle of 19.48º 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 #703C23 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 60 35 -
CMYK 0 0.46 0.69 0.56
HSL 19.48º 0.52% 0.29% -
HSV(B) 19.48º 0.69% 0.44% -
XYZ 8.6 6.8 2.45 -
YUV 72.7 106.73 156.03 -
System Red Green Blue C M Y K H S L
Decimal 112 60 35 0 0.46 0.69 0.56 19.48 0.52 0.29
Hex 70 3C 23 0 2E 45 38 13 34 1D
Octal 160 74 43 0 56 105 70 23 64 35
Binary 1110000 111100 100011 0 101110 1000101 111000 10011 110100 11101

Color Harmonies of #703C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703C23

Black with #703C23

Text Example


Text Example

White with #703C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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