Html Css Color HEX #703B27 New Amber

📋 copy color: '#703B27'

red 112 ◦ green 59 ◦ blue 39

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

Shades of New Amber #703B27

Tints of New Amber #703B27

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.1%

 BLUE value IS 39 (15.63% from 255) = 18.57%

R = 53.33%
G = 28.1%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#703B27 (or 0x703B27) is known color: New Amber. HEX triplet: 70, 3B and 27. RGB value is (112,59,39). Sum of RGB (Red+Green+Blue) = 112+59+39=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 39 (15.62% from 255 or 18.57% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #703B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703B27 is #8FC4D8. Grayscale: #484848. Windows color (decimal): -9422041 or 2571120. OLE color: 2571120.

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

Color convert

RGB 112 59 39 -
CMYK 0 0.47 0.65 0.56
HSL 16.44º 0.48% 0.3% -
HSV(B) 16.44º 0.65% 0.44% -
XYZ 8.61 6.72 2.76 -
YUV 72.57 109.06 156.13 -
System Red Green Blue C M Y K H S L
Decimal 112 59 39 0 0.47 0.65 0.56 16.44 0.48 0.3
Hex 70 3B 27 0 2F 41 38 10 30 1E
Octal 160 73 47 0 57 101 70 20 60 36
Binary 1110000 111011 100111 0 101111 1000001 111000 10000 110000 11110

Color Harmonies of #703B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703B27

Black with #703B27

Text Example


Text Example

White with #703B27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,59,39); }

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

background-color css

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

 a { background-color: rgb(112,59,39); }

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

border-color css

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

 span { border-color: rgb(112,59,39); }

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