Html Css Color HEX #703823 New Amber

📋 copy color: '#703823'

red 112 ◦ green 56 ◦ blue 35

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

Shades of New Amber #703823

Tints of New Amber #703823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.24%

R = 55.17%
G = 27.59%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#703823 (or 0x703823) is known color: New Amber. HEX triplet: 70, 38 and 23. RGB value is (112,56,35). Sum of RGB (Red+Green+Blue) = 112+56+35=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #703823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703823 is #8FC7DC. Grayscale: #464646. Windows color (decimal): -9422813 or 2308208. OLE color: 2308208.

HSL color Cylindrical-coordinate representation of color #703823: hue angle of 16.36º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #703823 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 56 35 -
CMYK 0 0.50 0.69 0.56
HSL 16.36º 0.52% 0.29% -
HSV(B) 16.36º 0.69% 0.44% -
XYZ 8.4 6.39 2.38 -
YUV 70.35 108.05 157.71 -
System Red Green Blue C M Y K H S L
Decimal 112 56 35 0 0.50 0.69 0.56 16.36 0.52 0.29
Hex 70 38 23 0 32 45 38 10 34 1D
Octal 160 70 43 0 62 105 70 20 64 35
Binary 1110000 111000 100011 0 110010 1000101 111000 10000 110100 11101

Color Harmonies of #703823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703823

Black with #703823

Text Example


Text Example

White with #703823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703823; }

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

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

background-color css

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

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

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

border-color css

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

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

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