Html Css Color HEX #C5973A Anzac

📋 copy color: '#C5973A'

red 197 ◦ green 151 ◦ blue 58

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

Shades of Anzac #C5973A

Tints of Anzac #C5973A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.19%

 BLUE value IS 58 (23.05% from 255) = 14.29%

R = 48.52%
G = 37.19%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C5973A (or 0xC5973A) is known color: Anzac. HEX triplet: C5, 97 and 3A. RGB value is (197,151,58). Sum of RGB (Red+Green+Blue) = 197+151+58=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 58 (23.05% from 255 or 14.29% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C5973A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5973A is #3A68C5. Grayscale: #9A9A9A. Windows color (decimal): -3827910 or 3839941. OLE color: 3839941.

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

Color convert

RGB 197 151 58 -
CMYK 0 0.23 0.71 0.23
HSL 40.14º 0.55% 0.5% -
HSV(B) 40.14º 0.71% 0.77% -
XYZ 34.86 34.31 8.79 -
YUV 154.15 73.74 158.56 -
System Red Green Blue C M Y K H S L
Decimal 197 151 58 0 0.23 0.71 0.23 40.14 0.55 0.5
Hex C5 97 3A 0 17 47 17 28 37 32
Octal 305 227 72 0 27 107 27 50 67 62
Binary 11000101 10010111 111010 0 10111 1000111 10111 101000 110111 110010

Color Harmonies of #C5973A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5973A

Black with #C5973A

Text Example


Text Example

White with #C5973A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5973A; }

 p { color: rgb(197,151,58); }

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

background-color css

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

 a { background-color: rgb(197,151,58); }

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

border-color css

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

 span { border-color: rgb(197,151,58); }

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