Html Css Color HEX #74441E Antique Brass

📋 copy color: '#74441E'

red 116 ◦ green 68 ◦ blue 30

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

Shades of Antique Brass #74441E

Tints of Antique Brass #74441E

RGB

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

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

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

R = 54.21%
G = 31.78%
B = 14.02%

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

#74441E (or 0x74441E) is known color: Antique Brass. HEX triplet: 74, 44 and 1E. RGB value is (116,68,30). Sum of RGB (Red+Green+Blue) = 116+68+30=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #74441E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74441E is #8BBBE1. Grayscale: #4E4E4E. Windows color (decimal): -9157602 or 1983604. OLE color: 1983604.

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

Color convert

RGB 116 68 30 -
CMYK 0 0.41 0.74 0.55
HSL 26.51º 0.59% 0.29% -
HSV(B) 26.51º 0.74% 0.45% -
XYZ 9.5 7.94 2.26 -
YUV 78.02 100.9 155.09 -
System Red Green Blue C M Y K H S L
Decimal 116 68 30 0 0.41 0.74 0.55 26.51 0.59 0.29
Hex 74 44 1E 0 29 4A 37 1B 3B 1D
Octal 164 104 36 0 51 112 67 33 73 35
Binary 1110100 1000100 11110 0 101001 1001010 110111 11011 111011 11101

Color Harmonies of #74441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74441E

Black with #74441E

Text Example


Text Example

White with #74441E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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