Html Css Color HEX #764F23 Antique Brass

📋 copy color: '#764F23'

red 118 ◦ green 79 ◦ blue 35

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

Shades of Antique Brass #764F23

Tints of Antique Brass #764F23

RGB

 RED value IS 118 (46.48% from 255) = 50.86%

 GREEN value IS 79 (31.25% from 255) = 34.05%

 BLUE value IS 35 (14.06% from 255) = 15.09%

R = 50.86%
G = 34.05%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#764F23 (or 0x764F23) is known color: Antique Brass. HEX triplet: 76, 4F and 23. RGB value is (118,79,35). Sum of RGB (Red+Green+Blue) = 118+79+35=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 35 (14.06% from 255 or 15.09% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #764F23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764F23 is #89B0DC. Grayscale: #555555. Windows color (decimal): -9023709 or 2314102. OLE color: 2314102.

HSL color Cylindrical-coordinate representation of color #764F23: hue angle of 31.81º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #764F23 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 79 35 -
CMYK 0 0.33 0.70 0.54
HSL 31.81º 0.54% 0.3% -
HSV(B) 31.81º 0.7% 0.46% -
XYZ 10.57 9.56 2.88 -
YUV 85.65 99.42 151.08 -
System Red Green Blue C M Y K H S L
Decimal 118 79 35 0 0.33 0.70 0.54 31.81 0.54 0.3
Hex 76 4F 23 0 21 46 36 20 36 1E
Octal 166 117 43 0 41 106 66 40 66 36
Binary 1110110 1001111 100011 0 100001 1000110 110110 100000 110110 11110

Color Harmonies of #764F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764F23

Black with #764F23

Text Example


Text Example

White with #764F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764F23; }

 p { color: rgb(118,79,35); }

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

background-color css

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

 a { background-color: rgb(118,79,35); }

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

border-color css

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

 span { border-color: rgb(118,79,35); }

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