Html Css Color HEX #74471A Antique Brass

📋 copy color: '#74471A'

red 116 ◦ green 71 ◦ blue 26

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

Shades of Antique Brass #74471A

Tints of Antique Brass #74471A

RGB

 RED value IS 116 (45.7% from 255) = 54.46%

 GREEN value IS 71 (28.13% from 255) = 33.33%

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

R = 54.46%
G = 33.33%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#74471A (or 0x74471A) is known color: Antique Brass. HEX triplet: 74, 47 and 1A. RGB value is (116,71,26). Sum of RGB (Red+Green+Blue) = 116+71+26=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 26 (10.55% from 255 or 12.21% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #74471A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74471A is #8BB8E5. Grayscale: #4F4F4F. Windows color (decimal): -9156838 or 1722228. OLE color: 1722228.

HSL color Cylindrical-coordinate representation of color #74471A: hue angle of 30º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74471A is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 71 26 -
CMYK 0 0.39 0.78 0.55
HSL 30º 0.63% 0.28% -
HSV(B) 30º 0.78% 0.45% -
XYZ 9.64 8.29 2.07 -
YUV 79.33 97.91 154.16 -
System Red Green Blue C M Y K H S L
Decimal 116 71 26 0 0.39 0.78 0.55 30 0.63 0.28
Hex 74 47 1A 0 27 4E 37 1E 3F 1C
Octal 164 107 32 0 47 116 67 36 77 34
Binary 1110100 1000111 11010 0 100111 1001110 110111 11110 111111 11100

Color Harmonies of #74471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74471A

Black with #74471A

Text Example


Text Example

White with #74471A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,71,26); }

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

background-color css

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

 a { background-color: rgb(116,71,26); }

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

border-color css

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

 span { border-color: rgb(116,71,26); }

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