Html Css Color HEX #71431E Antique Brass

📋 copy color: '#71431E'

red 113 ◦ green 67 ◦ blue 30

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

Shades of Antique Brass #71431E

Tints of Antique Brass #71431E

RGB

 RED value IS 113 (44.53% from 255) = 53.81%

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

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

R = 53.81%
G = 31.9%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71431E (or 0x71431E) is known color: Antique Brass. HEX triplet: 71, 43 and 1E. RGB value is (113,67,30). Sum of RGB (Red+Green+Blue) = 113+67+30=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #71431E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71431E is #8EBCE1. Grayscale: #4C4C4C. Windows color (decimal): -9354466 or 1983345. OLE color: 1983345.

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

Color convert

RGB 113 67 30 -
CMYK 0 0.41 0.73 0.56
HSL 26.75º 0.58% 0.28% -
HSV(B) 26.75º 0.73% 0.44% -
XYZ 9.05 7.62 2.22 -
YUV 76.54 101.74 154.01 -
System Red Green Blue C M Y K H S L
Decimal 113 67 30 0 0.41 0.73 0.56 26.75 0.58 0.28
Hex 71 43 1E 0 29 49 38 1B 3A 1C
Octal 161 103 36 0 51 111 70 33 72 34
Binary 1110001 1000011 11110 0 101001 1001001 111000 11011 111010 11100

Color Harmonies of #71431E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71431E

Black with #71431E

Text Example


Text Example

White with #71431E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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