Html Css Color HEX #70421A Antique Brass

📋 copy color: '#70421A'

red 112 ◦ green 66 ◦ blue 26

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

Shades of Antique Brass #70421A

Tints of Antique Brass #70421A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.35%

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

R = 54.9%
G = 32.35%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#70421A (or 0x70421A) is known color: Antique Brass. HEX triplet: 70, 42 and 1A. RGB value is (112,66,26). Sum of RGB (Red+Green+Blue) = 112+66+26=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 26 (10.55% from 255 or 12.75% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #70421A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70421A is #8FBDE5. Grayscale: #4B4B4B. Windows color (decimal): -9420262 or 1720944. OLE color: 1720944.

HSL color Cylindrical-coordinate representation of color #70421A: hue angle of 27.91º 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 #70421A is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 66 26 -
CMYK 0 0.41 0.77 0.56
HSL 27.91º 0.62% 0.27% -
HSV(B) 27.91º 0.77% 0.44% -
XYZ 8.82 7.42 1.94 -
YUV 75.19 100.24 154.25 -
System Red Green Blue C M Y K H S L
Decimal 112 66 26 0 0.41 0.77 0.56 27.91 0.62 0.27
Hex 70 42 1A 0 29 4D 38 1C 3E 1B
Octal 160 102 32 0 51 115 70 34 76 33
Binary 1110000 1000010 11010 0 101001 1001101 111000 11100 111110 11011

Color Harmonies of #70421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70421A

Black with #70421A

Text Example


Text Example

White with #70421A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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