Html Css Color HEX #704316 Antique Brass

📋 copy color: '#704316'

red 112 ◦ green 67 ◦ blue 22

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

Shades of Antique Brass #704316

Tints of Antique Brass #704316

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.33%

 BLUE value IS 22 (8.98% from 255) = 10.95%

R = 55.72%
G = 33.33%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#704316 (or 0x704316) is known color: Antique Brass. HEX triplet: 70, 43 and 16. RGB value is (112,67,22). Sum of RGB (Red+Green+Blue) = 112+67+22=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #704316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704316 is #8FBCE9. Grayscale: #4B4B4B. Windows color (decimal): -9420010 or 1459056. OLE color: 1459056.

HSL color Cylindrical-coordinate representation of color #704316: hue angle of 30º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #704316 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 67 22 -
CMYK 0 0.40 0.80 0.56
HSL 30º 0.67% 0.26% -
HSV(B) 30º 0.8% 0.44% -
XYZ 8.83 7.52 1.74 -
YUV 75.33 97.91 154.16 -
System Red Green Blue C M Y K H S L
Decimal 112 67 22 0 0.40 0.80 0.56 30 0.67 0.26
Hex 70 43 16 0 28 50 38 1E 43 1A
Octal 160 103 26 0 50 120 70 36 103 32
Binary 1110000 1000011 10110 0 101000 1010000 111000 11110 1000011 11010

Color Harmonies of #704316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704316

Black with #704316

Text Example


Text Example

White with #704316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704316; }

 p { color: rgb(112,67,22); }

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

background-color css

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

 a { background-color: rgb(112,67,22); }

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

border-color css

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

 span { border-color: rgb(112,67,22); }

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