Html Css Color HEX #704A23 Antique Brass

📋 copy color: '#704A23'

red 112 ◦ green 74 ◦ blue 35

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

Shades of Antique Brass #704A23

Tints of Antique Brass #704A23

RGB

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

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

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

R = 50.68%
G = 33.48%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#704A23 (or 0x704A23) is known color: Antique Brass. HEX triplet: 70, 4A and 23. RGB value is (112,74,35). Sum of RGB (Red+Green+Blue) = 112+74+35=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 35 (14.06% from 255 or 15.84% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #704A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704A23 is #8FB5DC. Grayscale: #515151. Windows color (decimal): -9418205 or 2312816. OLE color: 2312816.

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

Color convert

RGB 112 74 35 -
CMYK 0 0.34 0.69 0.56
HSL 30.39º 0.52% 0.29% -
HSV(B) 30.39º 0.69% 0.44% -
XYZ 9.43 8.46 2.73 -
YUV 80.92 102.09 150.17 -
System Red Green Blue C M Y K H S L
Decimal 112 74 35 0 0.34 0.69 0.56 30.39 0.52 0.29
Hex 70 4A 23 0 22 45 38 1E 34 1D
Octal 160 112 43 0 42 105 70 36 64 35
Binary 1110000 1001010 100011 0 100010 1000101 111000 11110 110100 11101

Color Harmonies of #704A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704A23

Black with #704A23

Text Example


Text Example

White with #704A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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