Html Css Color HEX #764C1E Antique Brass

📋 copy color: '#764C1E'

red 118 ◦ green 76 ◦ blue 30

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

Shades of Antique Brass #764C1E

Tints of Antique Brass #764C1E

RGB

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

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

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

R = 52.68%
G = 33.93%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#764C1E (or 0x764C1E) is known color: Antique Brass. HEX triplet: 76, 4C and 1E. RGB value is (118,76,30). Sum of RGB (Red+Green+Blue) = 118+76+30=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #764C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764C1E is #89B3E1. Grayscale: #535353. Windows color (decimal): -9024482 or 1985654. OLE color: 1985654.

HSL color Cylindrical-coordinate representation of color #764C1E: hue angle of 31.36º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #764C1E is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 76 30 -
CMYK 0 0.36 0.75 0.54
HSL 31.36º 0.59% 0.29% -
HSV(B) 31.36º 0.75% 0.46% -
XYZ 10.29 9.11 2.45 -
YUV 83.31 97.91 152.74 -
System Red Green Blue C M Y K H S L
Decimal 118 76 30 0 0.36 0.75 0.54 31.36 0.59 0.29
Hex 76 4C 1E 0 24 4B 36 1F 3B 1D
Octal 166 114 36 0 44 113 66 37 73 35
Binary 1110110 1001100 11110 0 100100 1001011 110110 11111 111011 11101

Color Harmonies of #764C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764C1E

Black with #764C1E

Text Example


Text Example

White with #764C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,76,30); }

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

background-color css

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

 a { background-color: rgb(118,76,30); }

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

border-color css

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

 span { border-color: rgb(118,76,30); }

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