Html Css Color HEX #74441C Antique Brass

📋 copy color: '#74441C'

red 116 ◦ green 68 ◦ blue 28

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

Shades of Antique Brass #74441C

Tints of Antique Brass #74441C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.08%

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

R = 54.72%
G = 32.08%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#74441C (or 0x74441C) is known color: Antique Brass. HEX triplet: 74, 44 and 1C. RGB value is (116,68,28). Sum of RGB (Red+Green+Blue) = 116+68+28=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #74441C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74441C is #8BBBE3. Grayscale: #4D4D4D. Windows color (decimal): -9157604 or 1852532. OLE color: 1852532.

HSL color Cylindrical-coordinate representation of color #74441C: hue angle of 27.27º 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 #74441C is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 68 28 -
CMYK 0 0.41 0.76 0.55
HSL 27.27º 0.61% 0.28% -
HSV(B) 27.27º 0.76% 0.45% -
XYZ 9.48 7.93 2.13 -
YUV 77.79 99.9 155.25 -
System Red Green Blue C M Y K H S L
Decimal 116 68 28 0 0.41 0.76 0.55 27.27 0.61 0.28
Hex 74 44 1C 0 29 4C 37 1B 3D 1C
Octal 164 104 34 0 51 114 67 33 75 34
Binary 1110100 1000100 11100 0 101001 1001100 110111 11011 111101 11100

Color Harmonies of #74441C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74441C

Black with #74441C

Text Example


Text Example

White with #74441C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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