Html Css Color HEX #744622 Antique Brass

📋 copy color: '#744622'

red 116 ◦ green 70 ◦ blue 34

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

Shades of Antique Brass #744622

Tints of Antique Brass #744622

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.82%

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

R = 52.73%
G = 31.82%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#744622 (or 0x744622) is known color: Antique Brass. HEX triplet: 74, 46 and 22. RGB value is (116,70,34). Sum of RGB (Red+Green+Blue) = 116+70+34=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 34 (13.67% from 255 or 15.45% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #744622 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744622 is #8BB9DD. Grayscale: #4F4F4F. Windows color (decimal): -9157086 or 2246260. OLE color: 2246260.

HSL color Cylindrical-coordinate representation of color #744622: hue angle of 26.34º 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 #744622 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 70 34 -
CMYK 0 0.40 0.71 0.55
HSL 26.34º 0.55% 0.29% -
HSV(B) 26.34º 0.71% 0.45% -
XYZ 9.68 8.21 2.59 -
YUV 79.65 102.24 153.93 -
System Red Green Blue C M Y K H S L
Decimal 116 70 34 0 0.40 0.71 0.55 26.34 0.55 0.29
Hex 74 46 22 0 28 47 37 1A 37 1D
Octal 164 106 42 0 50 107 67 32 67 35
Binary 1110100 1000110 100010 0 101000 1000111 110111 11010 110111 11101

Color Harmonies of #744622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744622

Black with #744622

Text Example


Text Example

White with #744622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744622; }

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

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

background-color css

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

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

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

border-color css

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

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

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