Html Css Color HEX #744C22 Antique Brass

📋 copy color: '#744C22'

red 116 ◦ green 76 ◦ blue 34

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

Shades of Antique Brass #744C22

Tints of Antique Brass #744C22

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.63%

 BLUE value IS 34 (13.67% from 255) = 15.04%

R = 51.33%
G = 33.63%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#744C22 (or 0x744C22) is known color: Antique Brass. HEX triplet: 74, 4C and 22. RGB value is (116,76,34). Sum of RGB (Red+Green+Blue) = 116+76+34=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 34 (13.67% from 255 or 15.04% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #744C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744C22 is #8BB3DD. Grayscale: #535353. Windows color (decimal): -9155550 or 2247796. OLE color: 2247796.

HSL color Cylindrical-coordinate representation of color #744C22: hue angle of 30.73º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #744C22 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 76 34 -
CMYK 0 0.34 0.71 0.55
HSL 30.73º 0.55% 0.29% -
HSV(B) 30.73º 0.71% 0.45% -
XYZ 10.08 9 2.72 -
YUV 83.17 100.25 151.42 -
System Red Green Blue C M Y K H S L
Decimal 116 76 34 0 0.34 0.71 0.55 30.73 0.55 0.29
Hex 74 4C 22 0 22 47 37 1F 37 1D
Octal 164 114 42 0 42 107 67 37 67 35
Binary 1110100 1001100 100010 0 100010 1000111 110111 11111 110111 11101

Color Harmonies of #744C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744C22

Black with #744C22

Text Example


Text Example

White with #744C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744C22; }

 p { color: rgb(116,76,34); }

 H1.HeaderClassName
 {
   color: #744C22;
 }
 .AnyTagClassName
 {
   color: #744C22;
 }
</style>

background-color css

<style>
 a { background-color: #744C22; }

 a { background-color: rgb(116,76,34); }

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

border-color css

<style>
 span { border-color: #744C22; }

 span { border-color: rgb(116,76,34); }

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