Html Css Color HEX #703B28 New Amber

📋 copy color: '#703B28'

red 112 ◦ green 59 ◦ blue 40

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

Shades of New Amber #703B28

Tints of New Amber #703B28

RGB

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

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

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

R = 53.08%
G = 27.96%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#703B28 (or 0x703B28) is known color: New Amber. HEX triplet: 70, 3B and 28. RGB value is (112,59,40). Sum of RGB (Red+Green+Blue) = 112+59+40=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 59 (23.44% from 255 or 27.96% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #703B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703B28 is #8FC4D7. Grayscale: #484848. Windows color (decimal): -9422040 or 2636656. OLE color: 2636656.

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

Color convert

RGB 112 59 40 -
CMYK 0 0.47 0.64 0.56
HSL 15.83º 0.47% 0.3% -
HSV(B) 15.83º 0.64% 0.44% -
XYZ 8.63 6.73 2.85 -
YUV 72.68 109.56 156.04 -
System Red Green Blue C M Y K H S L
Decimal 112 59 40 0 0.47 0.64 0.56 15.83 0.47 0.3
Hex 70 3B 28 0 2F 40 38 10 2F 1E
Octal 160 73 50 0 57 100 70 20 57 36
Binary 1110000 111011 101000 0 101111 1000000 111000 10000 101111 11110

Color Harmonies of #703B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703B28

Black with #703B28

Text Example


Text Example

White with #703B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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