Html Css Color HEX #70431E Antique Brass

📋 copy color: '#70431E'

red 112 ◦ green 67 ◦ blue 30

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

Shades of Antique Brass #70431E

Tints of Antique Brass #70431E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.35%

R = 53.59%
G = 32.06%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#70431E (or 0x70431E) is known color: Antique Brass. HEX triplet: 70, 43 and 1E. RGB value is (112,67,30). Sum of RGB (Red+Green+Blue) = 112+67+30=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #70431E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70431E is #8FBCE1. Grayscale: #4C4C4C. Windows color (decimal): -9420002 or 1983344. OLE color: 1983344.

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

Color convert

RGB 112 67 30 -
CMYK 0 0.40 0.73 0.56
HSL 27.07º 0.58% 0.28% -
HSV(B) 27.07º 0.73% 0.44% -
XYZ 8.92 7.55 2.22 -
YUV 76.24 101.91 153.51 -
System Red Green Blue C M Y K H S L
Decimal 112 67 30 0 0.40 0.73 0.56 27.07 0.58 0.28
Hex 70 43 1E 0 28 49 38 1B 3A 1C
Octal 160 103 36 0 50 111 70 33 72 34
Binary 1110000 1000011 11110 0 101000 1001001 111000 11011 111010 11100

Color Harmonies of #70431E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70431E

Black with #70431E

Text Example


Text Example

White with #70431E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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