Html Css Color HEX #704318 Antique Brass

📋 copy color: '#704318'

red 112 ◦ green 67 ◦ blue 24

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

Shades of Antique Brass #704318

Tints of Antique Brass #704318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.82%

R = 55.17%
G = 33%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#704318 (or 0x704318) is known color: Antique Brass. HEX triplet: 70, 43 and 18. RGB value is (112,67,24). Sum of RGB (Red+Green+Blue) = 112+67+24=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #704318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704318 is #8FBCE7. Grayscale: #4B4B4B. Windows color (decimal): -9420008 or 1590128. OLE color: 1590128.

HSL color Cylindrical-coordinate representation of color #704318: hue angle of 29.32º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #704318 is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 67 24 -
CMYK 0 0.40 0.79 0.56
HSL 29.32º 0.65% 0.27% -
HSV(B) 29.32º 0.79% 0.44% -
XYZ 8.85 7.53 1.85 -
YUV 75.55 98.91 154 -
System Red Green Blue C M Y K H S L
Decimal 112 67 24 0 0.40 0.79 0.56 29.32 0.65 0.27
Hex 70 43 18 0 28 4F 38 1D 41 1B
Octal 160 103 30 0 50 117 70 35 101 33
Binary 1110000 1000011 11000 0 101000 1001111 111000 11101 1000001 11011

Color Harmonies of #704318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704318

Black with #704318

Text Example


Text Example

White with #704318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704318; }

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

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

background-color css

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

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

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

border-color css

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

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

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