Html Css Color HEX #C59640 Anzac

📋 copy color: '#C59640'

red 197 ◦ green 150 ◦ blue 64

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

Shades of Anzac #C59640

Tints of Anzac #C59640

RGB

 RED value IS 197 (77.34% from 255) = 47.93%

 GREEN value IS 150 (58.98% from 255) = 36.5%

 BLUE value IS 64 (25.39% from 255) = 15.57%

R = 47.93%
G = 36.5%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C59640 (or 0xC59640) is known color: Anzac. HEX triplet: C5, 96 and 40. RGB value is (197,150,64). Sum of RGB (Red+Green+Blue) = 197+150+64=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C59640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59640 is #3A69BF. Grayscale: #9A9A9A. Windows color (decimal): -3828160 or 4232901. OLE color: 4232901.

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

Color convert

RGB 197 150 64 -
CMYK 0 0.24 0.68 0.23
HSL 38.8º 0.53% 0.51% -
HSV(B) 38.8º 0.68% 0.77% -
XYZ 34.86 34.05 9.59 -
YUV 154.25 77.07 158.49 -
System Red Green Blue C M Y K H S L
Decimal 197 150 64 0 0.24 0.68 0.23 38.8 0.53 0.51
Hex C5 96 40 0 18 44 17 27 35 33
Octal 305 226 100 0 30 104 27 47 65 63
Binary 11000101 10010110 1000000 0 11000 1000100 10111 100111 110101 110011

Color Harmonies of #C59640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59640

Black with #C59640

Text Example


Text Example

White with #C59640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59640; }

 p { color: rgb(197,150,64); }

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

background-color css

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

 a { background-color: rgb(197,150,64); }

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

border-color css

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

 span { border-color: rgb(197,150,64); }

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