Html Css Color HEX #704823 Antique Brass

📋 copy color: '#704823'

red 112 ◦ green 72 ◦ blue 35

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

Shades of Antique Brass #704823

Tints of Antique Brass #704823

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.88%

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

R = 51.14%
G = 32.88%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#704823 (or 0x704823) is known color: Antique Brass. HEX triplet: 70, 48 and 23. RGB value is (112,72,35). Sum of RGB (Red+Green+Blue) = 112+72+35=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 35 (14.06% from 255 or 15.98% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #704823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704823 is #8FB7DC. Grayscale: #4F4F4F. Windows color (decimal): -9418717 or 2312304. OLE color: 2312304.

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

Color convert

RGB 112 72 35 -
CMYK 0 0.36 0.69 0.56
HSL 28.83º 0.52% 0.29% -
HSV(B) 28.83º 0.69% 0.44% -
XYZ 9.3 8.2 2.68 -
YUV 79.74 102.75 151.01 -
System Red Green Blue C M Y K H S L
Decimal 112 72 35 0 0.36 0.69 0.56 28.83 0.52 0.29
Hex 70 48 23 0 24 45 38 1D 34 1D
Octal 160 110 43 0 44 105 70 35 64 35
Binary 1110000 1001000 100011 0 100100 1000101 111000 11101 110100 11101

Color Harmonies of #704823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704823

Black with #704823

Text Example


Text Example

White with #704823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704823; }

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

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

background-color css

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

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

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

border-color css

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

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

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