Html Css Color HEX #703825 New Amber

📋 copy color: '#703825'

red 112 ◦ green 56 ◦ blue 37

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

Shades of New Amber #703825

Tints of New Amber #703825

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.32%

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

R = 54.63%
G = 27.32%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#703825 (or 0x703825) is known color: New Amber. HEX triplet: 70, 38 and 25. RGB value is (112,56,37). Sum of RGB (Red+Green+Blue) = 112+56+37=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #703825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703825 is #8FC7DA. Grayscale: #464646. Windows color (decimal): -9422811 or 2439280. OLE color: 2439280.

HSL color Cylindrical-coordinate representation of color #703825: hue angle of 15.2º 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 #703825 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 56 37 -
CMYK 0 0.50 0.67 0.56
HSL 15.2º 0.5% 0.29% -
HSV(B) 15.2º 0.67% 0.44% -
XYZ 8.43 6.41 2.54 -
YUV 70.58 109.05 157.54 -
System Red Green Blue C M Y K H S L
Decimal 112 56 37 0 0.50 0.67 0.56 15.2 0.5 0.29
Hex 70 38 25 0 32 43 38 F 32 1D
Octal 160 70 45 0 62 103 70 17 62 35
Binary 1110000 111000 100101 0 110010 1000011 111000 1111 110010 11101

Color Harmonies of #703825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703825

Black with #703825

Text Example


Text Example

White with #703825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703825; }

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

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

background-color css

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

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

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

border-color css

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

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

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