Html Css Color HEX #70441E Antique Brass

📋 copy color: '#70441E'

red 112 ◦ green 68 ◦ blue 30

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

Shades of Antique Brass #70441E

Tints of Antique Brass #70441E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.38%

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

R = 53.33%
G = 32.38%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#70441E (or 0x70441E) is known color: Antique Brass. HEX triplet: 70, 44 and 1E. RGB value is (112,68,30). Sum of RGB (Red+Green+Blue) = 112+68+30=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #70441E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70441E is #8FBBE1. Grayscale: #4D4D4D. Windows color (decimal): -9419746 or 1983600. OLE color: 1983600.

HSL color Cylindrical-coordinate representation of color #70441E: hue angle of 27.8º 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 #70441E is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 68 30 -
CMYK 0 0.39 0.73 0.56
HSL 27.8º 0.58% 0.28% -
HSV(B) 27.8º 0.73% 0.44% -
XYZ 8.98 7.67 2.24 -
YUV 76.82 101.58 153.09 -
System Red Green Blue C M Y K H S L
Decimal 112 68 30 0 0.39 0.73 0.56 27.8 0.58 0.28
Hex 70 44 1E 0 27 49 38 1C 3A 1C
Octal 160 104 36 0 47 111 70 34 72 34
Binary 1110000 1000100 11110 0 100111 1001001 111000 11100 111010 11100

Color Harmonies of #70441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70441E

Black with #70441E

Text Example


Text Example

White with #70441E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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