Html Css Color HEX #703C28 New Amber

📋 copy color: '#703C28'

red 112 ◦ green 60 ◦ blue 40

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

Shades of New Amber #703C28

Tints of New Amber #703C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.87%

R = 52.83%
G = 28.3%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#703C28 (or 0x703C28) is known color: New Amber. HEX triplet: 70, 3C and 28. RGB value is (112,60,40). Sum of RGB (Red+Green+Blue) = 112+60+40=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #703C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703C28 is #8FC3D7. Grayscale: #494949. Windows color (decimal): -9421784 or 2636912. OLE color: 2636912.

HSL color Cylindrical-coordinate representation of color #703C28: hue angle of 16.67º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #703C28 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 60 40 -
CMYK 0 0.46 0.64 0.56
HSL 16.67º 0.47% 0.3% -
HSV(B) 16.67º 0.64% 0.44% -
XYZ 8.68 6.83 2.87 -
YUV 73.27 109.23 155.63 -
System Red Green Blue C M Y K H S L
Decimal 112 60 40 0 0.46 0.64 0.56 16.67 0.47 0.3
Hex 70 3C 28 0 2E 40 38 11 2F 1E
Octal 160 74 50 0 56 100 70 21 57 36
Binary 1110000 111100 101000 0 101110 1000000 111000 10001 101111 11110

Color Harmonies of #703C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703C28

Black with #703C28

Text Example


Text Example

White with #703C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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