Html Css Color HEX #74481C Antique Brass

📋 copy color: '#74481C'

red 116 ◦ green 72 ◦ blue 28

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

Shades of Antique Brass #74481C

Tints of Antique Brass #74481C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.33%

 BLUE value IS 28 (11.33% from 255) = 12.96%

R = 53.7%
G = 33.33%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#74481C (or 0x74481C) is known color: Antique Brass. HEX triplet: 74, 48 and 1C. RGB value is (116,72,28). Sum of RGB (Red+Green+Blue) = 116+72+28=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 28 (11.33% from 255 or 12.96% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #74481C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74481C is #8BB7E3. Grayscale: #505050. Windows color (decimal): -9156580 or 1853556. OLE color: 1853556.

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

Color convert

RGB 116 72 28 -
CMYK 0 0.38 0.76 0.55
HSL 30º 0.61% 0.28% -
HSV(B) 30º 0.76% 0.45% -
XYZ 9.73 8.43 2.21 -
YUV 80.14 98.58 153.58 -
System Red Green Blue C M Y K H S L
Decimal 116 72 28 0 0.38 0.76 0.55 30 0.61 0.28
Hex 74 48 1C 0 26 4C 37 1E 3D 1C
Octal 164 110 34 0 46 114 67 36 75 34
Binary 1110100 1001000 11100 0 100110 1001100 110111 11110 111101 11100

Color Harmonies of #74481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74481C

Black with #74481C

Text Example


Text Example

White with #74481C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74481C; }

 p { color: rgb(116,72,28); }

 H1.HeaderClassName
 {
   color: #74481C;
 }
 .AnyTagClassName
 {
   color: #74481C;
 }
</style>

background-color css

<style>
 a { background-color: #74481C; }

 a { background-color: rgb(116,72,28); }

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

border-color css

<style>
 span { border-color: #74481C; }

 span { border-color: rgb(116,72,28); }

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