Html Css Color HEX #70431C Antique Brass

📋 copy color: '#70431C'

red 112 ◦ green 67 ◦ blue 28

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

Shades of Antique Brass #70431C

Tints of Antique Brass #70431C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.53%

R = 54.11%
G = 32.37%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#70431C (or 0x70431C) is known color: Antique Brass. HEX triplet: 70, 43 and 1C. RGB value is (112,67,28). Sum of RGB (Red+Green+Blue) = 112+67+28=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #70431C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70431C is #8FBCE3. Grayscale: #4C4C4C. Windows color (decimal): -9420004 or 1852272. OLE color: 1852272.

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

Color convert

RGB 112 67 28 -
CMYK 0 0.40 0.75 0.56
HSL 27.86º 0.6% 0.27% -
HSV(B) 27.86º 0.75% 0.44% -
XYZ 8.9 7.54 2.09 -
YUV 76.01 100.91 153.67 -
System Red Green Blue C M Y K H S L
Decimal 112 67 28 0 0.40 0.75 0.56 27.86 0.6 0.27
Hex 70 43 1C 0 28 4B 38 1C 3C 1B
Octal 160 103 34 0 50 113 70 34 74 33
Binary 1110000 1000011 11100 0 101000 1001011 111000 11100 111100 11011

Color Harmonies of #70431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70431C

Black with #70431C

Text Example


Text Example

White with #70431C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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