Html Css Color HEX #70431A Antique Brass

📋 copy color: '#70431A'

red 112 ◦ green 67 ◦ blue 26

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

Shades of Antique Brass #70431A

Tints of Antique Brass #70431A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.68%

R = 54.63%
G = 32.68%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#70431A (or 0x70431A) is known color: Antique Brass. HEX triplet: 70, 43 and 1A. RGB value is (112,67,26). Sum of RGB (Red+Green+Blue) = 112+67+26=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #70431A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70431A is #8FBCE5. Grayscale: #4B4B4B. Windows color (decimal): -9420006 or 1721200. OLE color: 1721200.

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

Color convert

RGB 112 67 26 -
CMYK 0 0.40 0.77 0.56
HSL 28.6º 0.62% 0.27% -
HSV(B) 28.6º 0.77% 0.44% -
XYZ 8.88 7.53 1.96 -
YUV 75.78 99.91 153.83 -
System Red Green Blue C M Y K H S L
Decimal 112 67 26 0 0.40 0.77 0.56 28.6 0.62 0.27
Hex 70 43 1A 0 28 4D 38 1D 3E 1B
Octal 160 103 32 0 50 115 70 35 76 33
Binary 1110000 1000011 11010 0 101000 1001101 111000 11101 111110 11011

Color Harmonies of #70431A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70431A

Black with #70431A

Text Example


Text Example

White with #70431A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70431A; }

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

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

background-color css

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

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

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

border-color css

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

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

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