Html Css Color HEX #74451E Antique Brass

📋 copy color: '#74451E'

red 116 ◦ green 69 ◦ blue 30

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

Shades of Antique Brass #74451E

Tints of Antique Brass #74451E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.95%

R = 53.95%
G = 32.09%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#74451E (or 0x74451E) is known color: Antique Brass. HEX triplet: 74, 45 and 1E. RGB value is (116,69,30). Sum of RGB (Red+Green+Blue) = 116+69+30=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 30 (12.11% from 255 or 13.95% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #74451E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74451E is #8BBAE1. Grayscale: #4E4E4E. Windows color (decimal): -9157346 or 1983860. OLE color: 1983860.

HSL color Cylindrical-coordinate representation of color #74451E: hue angle of 27.21º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74451E is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 69 30 -
CMYK 0 0.41 0.74 0.55
HSL 27.21º 0.59% 0.29% -
HSV(B) 27.21º 0.74% 0.45% -
XYZ 9.56 8.06 2.28 -
YUV 78.61 100.57 154.67 -
System Red Green Blue C M Y K H S L
Decimal 116 69 30 0 0.41 0.74 0.55 27.21 0.59 0.29
Hex 74 45 1E 0 29 4A 37 1B 3B 1D
Octal 164 105 36 0 51 112 67 33 73 35
Binary 1110100 1000101 11110 0 101001 1001010 110111 11011 111011 11101

Color Harmonies of #74451E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74451E

Black with #74451E

Text Example


Text Example

White with #74451E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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