Html Css Color HEX #703A25 New Amber

📋 copy color: '#703A25'

red 112 ◦ green 58 ◦ blue 37

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

Shades of New Amber #703A25

Tints of New Amber #703A25

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.02%

 BLUE value IS 37 (14.84% from 255) = 17.87%

R = 54.11%
G = 28.02%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#703A25 (or 0x703A25) is known color: New Amber. HEX triplet: 70, 3A and 25. RGB value is (112,58,37). Sum of RGB (Red+Green+Blue) = 112+58+37=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 58 (23.05% from 255 or 28.02% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #703A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703A25 is #8FC5DA. Grayscale: #474747. Windows color (decimal): -9422299 or 2439792. OLE color: 2439792.

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

Color convert

RGB 112 58 37 -
CMYK 0 0.48 0.67 0.56
HSL 16.8º 0.5% 0.29% -
HSV(B) 16.8º 0.67% 0.44% -
XYZ 8.53 6.6 2.58 -
YUV 71.75 108.39 156.71 -
System Red Green Blue C M Y K H S L
Decimal 112 58 37 0 0.48 0.67 0.56 16.8 0.5 0.29
Hex 70 3A 25 0 30 43 38 11 32 1D
Octal 160 72 45 0 60 103 70 21 62 35
Binary 1110000 111010 100101 0 110000 1000011 111000 10001 110010 11101

Color Harmonies of #703A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703A25

Black with #703A25

Text Example


Text Example

White with #703A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,58,37); }

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

background-color css

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

 a { background-color: rgb(112,58,37); }

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

border-color css

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

 span { border-color: rgb(112,58,37); }

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