Html Css Color HEX #74441B Antique Brass

📋 copy color: '#74441B'

red 116 ◦ green 68 ◦ blue 27

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

Shades of Antique Brass #74441B

Tints of Antique Brass #74441B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.8%

R = 54.98%
G = 32.23%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#74441B (or 0x74441B) is known color: Antique Brass. HEX triplet: 74, 44 and 1B. RGB value is (116,68,27). Sum of RGB (Red+Green+Blue) = 116+68+27=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #74441B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74441B is #8BBBE4. Grayscale: #4D4D4D. Windows color (decimal): -9157605 or 1786996. OLE color: 1786996.

HSL color Cylindrical-coordinate representation of color #74441B: hue angle of 27.64º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74441B is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 68 27 -
CMYK 0 0.41 0.77 0.55
HSL 27.64º 0.62% 0.28% -
HSV(B) 27.64º 0.77% 0.45% -
XYZ 9.47 7.93 2.07 -
YUV 77.68 99.4 155.33 -
System Red Green Blue C M Y K H S L
Decimal 116 68 27 0 0.41 0.77 0.55 27.64 0.62 0.28
Hex 74 44 1B 0 29 4D 37 1C 3E 1C
Octal 164 104 33 0 51 115 67 34 76 34
Binary 1110100 1000100 11011 0 101001 1001101 110111 11100 111110 11100

Color Harmonies of #74441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74441B

Black with #74441B

Text Example


Text Example

White with #74441B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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