Html Css Color HEX #74481B Antique Brass

📋 copy color: '#74481B'

red 116 ◦ green 72 ◦ blue 27

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

Shades of Antique Brass #74481B

Tints of Antique Brass #74481B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.56%

R = 53.95%
G = 33.49%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#74481B (or 0x74481B) is known color: Antique Brass. HEX triplet: 74, 48 and 1B. RGB value is (116,72,27). Sum of RGB (Red+Green+Blue) = 116+72+27=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #74481B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74481B is #8BB7E4. Grayscale: #505050. Windows color (decimal): -9156581 or 1788020. OLE color: 1788020.

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

Color convert

RGB 116 72 27 -
CMYK 0 0.38 0.77 0.55
HSL 30.34º 0.62% 0.28% -
HSV(B) 30.34º 0.77% 0.45% -
XYZ 9.72 8.43 2.15 -
YUV 80.03 98.08 153.66 -
System Red Green Blue C M Y K H S L
Decimal 116 72 27 0 0.38 0.77 0.55 30.34 0.62 0.28
Hex 74 48 1B 0 26 4D 37 1E 3E 1C
Octal 164 110 33 0 46 115 67 36 76 34
Binary 1110100 1001000 11011 0 100110 1001101 110111 11110 111110 11100

Color Harmonies of #74481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74481B

Black with #74481B

Text Example


Text Example

White with #74481B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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