Html Css Color HEX #74451C Antique Brass

📋 copy color: '#74451C'

red 116 ◦ green 69 ◦ blue 28

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

Shades of Antique Brass #74451C

Tints of Antique Brass #74451C

RGB

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

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

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

R = 54.46%
G = 32.39%
B = 13.15%

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

#74451C (or 0x74451C) is known color: Antique Brass. HEX triplet: 74, 45 and 1C. RGB value is (116,69,28). Sum of RGB (Red+Green+Blue) = 116+69+28=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #74451C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74451C is #8BBAE3. Grayscale: #4E4E4E. Windows color (decimal): -9157348 or 1852788. OLE color: 1852788.

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

Color convert

RGB 116 69 28 -
CMYK 0 0.41 0.76 0.55
HSL 27.95º 0.61% 0.28% -
HSV(B) 27.95º 0.76% 0.45% -
XYZ 9.54 8.05 2.15 -
YUV 78.38 99.57 154.83 -
System Red Green Blue C M Y K H S L
Decimal 116 69 28 0 0.41 0.76 0.55 27.95 0.61 0.28
Hex 74 45 1C 0 29 4C 37 1C 3D 1C
Octal 164 105 34 0 51 114 67 34 75 34
Binary 1110100 1000101 11100 0 101001 1001100 110111 11100 111101 11100

Color Harmonies of #74451C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74451C

Black with #74451C

Text Example


Text Example

White with #74451C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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