Html Css Color HEX #704A22 Antique Brass

📋 copy color: '#704A22'

red 112 ◦ green 74 ◦ blue 34

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

Shades of Antique Brass #704A22

Tints of Antique Brass #704A22

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.64%

 BLUE value IS 34 (13.67% from 255) = 15.45%

R = 50.91%
G = 33.64%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#704A22 (or 0x704A22) is known color: Antique Brass. HEX triplet: 70, 4A and 22. RGB value is (112,74,34). Sum of RGB (Red+Green+Blue) = 112+74+34=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 34 (13.67% from 255 or 15.45% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #704A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704A22 is #8FB5DD. Grayscale: #505050. Windows color (decimal): -9418206 or 2247280. OLE color: 2247280.

HSL color Cylindrical-coordinate representation of color #704A22: hue angle of 30.77º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #704A22 is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 74 34 -
CMYK 0 0.34 0.70 0.56
HSL 30.77º 0.53% 0.29% -
HSV(B) 30.77º 0.7% 0.44% -
XYZ 9.42 8.46 2.65 -
YUV 80.8 101.59 150.25 -
System Red Green Blue C M Y K H S L
Decimal 112 74 34 0 0.34 0.70 0.56 30.77 0.53 0.29
Hex 70 4A 22 0 22 46 38 1F 35 1D
Octal 160 112 42 0 42 106 70 37 65 35
Binary 1110000 1001010 100010 0 100010 1000110 111000 11111 110101 11101

Color Harmonies of #704A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704A22

Black with #704A22

Text Example


Text Example

White with #704A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704A22; }

 p { color: rgb(112,74,34); }

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

background-color css

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

 a { background-color: rgb(112,74,34); }

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

border-color css

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

 span { border-color: rgb(112,74,34); }

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