Html Css Color HEX #70451A Antique Brass

📋 copy color: '#70451A'

red 112 ◦ green 69 ◦ blue 26

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

Shades of Antique Brass #70451A

Tints of Antique Brass #70451A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.33%

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

R = 54.11%
G = 33.33%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#70451A (or 0x70451A) is known color: Antique Brass. HEX triplet: 70, 45 and 1A. RGB value is (112,69,26). Sum of RGB (Red+Green+Blue) = 112+69+26=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #70451A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70451A is #8FBAE5. Grayscale: #4D4D4D. Windows color (decimal): -9419494 or 1721712. OLE color: 1721712.

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

Color convert

RGB 112 69 26 -
CMYK 0 0.38 0.77 0.56
HSL 30º 0.62% 0.27% -
HSV(B) 30º 0.77% 0.44% -
XYZ 9 7.78 2 -
YUV 76.96 99.25 153 -
System Red Green Blue C M Y K H S L
Decimal 112 69 26 0 0.38 0.77 0.56 30 0.62 0.27
Hex 70 45 1A 0 26 4D 38 1E 3E 1B
Octal 160 105 32 0 46 115 70 36 76 33
Binary 1110000 1000101 11010 0 100110 1001101 111000 11110 111110 11011

Color Harmonies of #70451A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70451A

Black with #70451A

Text Example


Text Example

White with #70451A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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