Html Css Color HEX #C49A3D Anzac

📋 copy color: '#C49A3D'

red 196 ◦ green 154 ◦ blue 61

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

Shades of Anzac #C49A3D

Tints of Anzac #C49A3D

RGB

 RED value IS 196 (76.95% from 255) = 47.69%

 GREEN value IS 154 (60.55% from 255) = 37.47%

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

R = 47.69%
G = 37.47%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C49A3D (or 0xC49A3D) is known color: Anzac. HEX triplet: C4, 9A and 3D. RGB value is (196,154,61). Sum of RGB (Red+Green+Blue) = 196+154+61=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49A3D is #3B65C2. Grayscale: #9C9C9C. Windows color (decimal): -3892675 or 4037316. OLE color: 4037316.

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

Color convert

RGB 196 154 61 -
CMYK 0 0.21 0.69 0.23
HSL 41.33º 0.53% 0.5% -
HSV(B) 41.33º 0.69% 0.77% -
XYZ 35.16 35.18 9.35 -
YUV 155.96 74.41 156.56 -
System Red Green Blue C M Y K H S L
Decimal 196 154 61 0 0.21 0.69 0.23 41.33 0.53 0.5
Hex C4 9A 3D 0 15 45 17 29 35 32
Octal 304 232 75 0 25 105 27 51 65 62
Binary 11000100 10011010 111101 0 10101 1000101 10111 101001 110101 110010

Color Harmonies of #C49A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49A3D

Black with #C49A3D

Text Example


Text Example

White with #C49A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49A3D; }

 p { color: rgb(196,154,61); }

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

background-color css

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

 a { background-color: rgb(196,154,61); }

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

border-color css

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

 span { border-color: rgb(196,154,61); }

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