Html Css Color HEX #74441A Antique Brass

📋 copy color: '#74441A'

red 116 ◦ green 68 ◦ blue 26

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

Shades of Antique Brass #74441A

Tints of Antique Brass #74441A

RGB

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

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

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

R = 55.24%
G = 32.38%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#74441A (or 0x74441A) is known color: Antique Brass. HEX triplet: 74, 44 and 1A. RGB value is (116,68,26). Sum of RGB (Red+Green+Blue) = 116+68+26=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #74441A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74441A is #8BBBE5. Grayscale: #4D4D4D. Windows color (decimal): -9157606 or 1721460. OLE color: 1721460.

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

Color convert

RGB 116 68 26 -
CMYK 0 0.41 0.78 0.55
HSL 28º 0.63% 0.28% -
HSV(B) 28º 0.78% 0.45% -
XYZ 9.46 7.92 2.01 -
YUV 77.56 98.9 155.42 -
System Red Green Blue C M Y K H S L
Decimal 116 68 26 0 0.41 0.78 0.55 28 0.63 0.28
Hex 74 44 1A 0 29 4E 37 1C 3F 1C
Octal 164 104 32 0 51 116 67 34 77 34
Binary 1110100 1000100 11010 0 101001 1001110 110111 11100 111111 11100

Color Harmonies of #74441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74441A

Black with #74441A

Text Example


Text Example

White with #74441A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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