Html Css Color HEX #704418 Antique Brass

📋 copy color: '#704418'

red 112 ◦ green 68 ◦ blue 24

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

Shades of Antique Brass #704418

Tints of Antique Brass #704418

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.33%

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

R = 54.9%
G = 33.33%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#704418 (or 0x704418) is known color: Antique Brass. HEX triplet: 70, 44 and 18. RGB value is (112,68,24). Sum of RGB (Red+Green+Blue) = 112+68+24=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 24 (9.77% from 255 or 11.76% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #704418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704418 is #8FBBE7. Grayscale: #4C4C4C. Windows color (decimal): -9419752 or 1590384. OLE color: 1590384.

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

Color convert

RGB 112 68 24 -
CMYK 0 0.39 0.79 0.56
HSL 30º 0.65% 0.27% -
HSV(B) 30º 0.79% 0.44% -
XYZ 8.91 7.64 1.87 -
YUV 76.14 98.58 153.58 -
System Red Green Blue C M Y K H S L
Decimal 112 68 24 0 0.39 0.79 0.56 30 0.65 0.27
Hex 70 44 18 0 27 4F 38 1E 41 1B
Octal 160 104 30 0 47 117 70 36 101 33
Binary 1110000 1000100 11000 0 100111 1001111 111000 11110 1000001 11011

Color Harmonies of #704418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704418

Black with #704418

Text Example


Text Example

White with #704418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704418; }

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

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

background-color css

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

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

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

border-color css

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

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

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