Html Css Color HEX #C3A73D Brass

📋 copy color: '#C3A73D'

red 195 ◦ green 167 ◦ blue 61

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

Shades of Brass #C3A73D

Tints of Brass #C3A73D

RGB

 RED value IS 195 (76.56% from 255) = 46.1%

 GREEN value IS 167 (65.63% from 255) = 39.48%

 BLUE value IS 61 (24.22% from 255) = 14.42%

R = 46.1%
G = 39.48%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3A73D (or 0xC3A73D) is known color: Brass. HEX triplet: C3, A7 and 3D. RGB value is (195,167,61). Sum of RGB (Red+Green+Blue) = 195+167+61=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 61 (24.22% from 255 or 14.42% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A73D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A73D is #3C58C2. Grayscale: #A3A3A3. Windows color (decimal): -3954883 or 4040643. OLE color: 4040643.

HSL color Cylindrical-coordinate representation of color #C3A73D: hue angle of 47.46º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3A73D is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 167 61 -
CMYK 0 0.14 0.69 0.24
HSL 47.46º 0.53% 0.5% -
HSV(B) 47.46º 0.69% 0.76% -
XYZ 37.17 39.58 10.1 -
YUV 163.29 70.28 150.62 -
System Red Green Blue C M Y K H S L
Decimal 195 167 61 0 0.14 0.69 0.24 47.46 0.53 0.5
Hex C3 A7 3D 0 E 45 18 2F 35 32
Octal 303 247 75 0 16 105 30 57 65 62
Binary 11000011 10100111 111101 0 1110 1000101 11000 101111 110101 110010

Color Harmonies of #C3A73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A73D

Black with #C3A73D

Text Example


Text Example

White with #C3A73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A73D; }

 p { color: rgb(195,167,61); }

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

background-color css

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

 a { background-color: rgb(195,167,61); }

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

border-color css

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

 span { border-color: rgb(195,167,61); }

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