Html Css Color HEX #74451A Antique Brass

📋 copy color: '#74451A'

red 116 ◦ green 69 ◦ blue 26

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

Shades of Antique Brass #74451A

Tints of Antique Brass #74451A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.7%

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

R = 54.98%
G = 32.7%
B = 12.32%

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

#74451A (or 0x74451A) is known color: Antique Brass. HEX triplet: 74, 45 and 1A. RGB value is (116,69,26). Sum of RGB (Red+Green+Blue) = 116+69+26=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 26 (10.55% from 255 or 12.32% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #74451A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74451A is #8BBAE5. Grayscale: #4E4E4E. Windows color (decimal): -9157350 or 1721716. OLE color: 1721716.

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

Color convert

RGB 116 69 26 -
CMYK 0 0.41 0.78 0.55
HSL 28.67º 0.63% 0.28% -
HSV(B) 28.67º 0.78% 0.45% -
XYZ 9.52 8.04 2.03 -
YUV 78.15 98.57 155 -
System Red Green Blue C M Y K H S L
Decimal 116 69 26 0 0.41 0.78 0.55 28.67 0.63 0.28
Hex 74 45 1A 0 29 4E 37 1D 3F 1C
Octal 164 105 32 0 51 116 67 35 77 34
Binary 1110100 1000101 11010 0 101001 1001110 110111 11101 111111 11100

Color Harmonies of #74451A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74451A

Black with #74451A

Text Example


Text Example

White with #74451A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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