Html Css Color HEX #71431F Antique Brass

📋 copy color: '#71431F'

red 113 ◦ green 67 ◦ blue 31

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

Shades of Antique Brass #71431F

Tints of Antique Brass #71431F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.69%

R = 53.55%
G = 31.75%
B = 14.69%

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

#71431F (or 0x71431F) is known color: Antique Brass. HEX triplet: 71, 43 and 1F. RGB value is (113,67,31). Sum of RGB (Red+Green+Blue) = 113+67+31=211 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.55% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 113 - color contains mainly: red. Hex color #71431F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71431F is #8EBCE0. Grayscale: #4C4C4C. Windows color (decimal): -9354465 or 2048881. OLE color: 2048881.

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

Color convert

RGB 113 67 31 -
CMYK 0 0.41 0.73 0.56
HSL 26.34º 0.57% 0.28% -
HSV(B) 26.34º 0.73% 0.44% -
XYZ 9.06 7.62 2.29 -
YUV 76.65 102.24 153.93 -
System Red Green Blue C M Y K H S L
Decimal 113 67 31 0 0.41 0.73 0.56 26.34 0.57 0.28
Hex 71 43 1F 0 29 49 38 1A 39 1C
Octal 161 103 37 0 51 111 70 32 71 34
Binary 1110001 1000011 11111 0 101001 1001001 111000 11010 111001 11100

Color Harmonies of #71431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71431F

Black with #71431F

Text Example


Text Example

White with #71431F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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