Html Css Color HEX #C5953A Anzac

📋 copy color: '#C5953A'

red 197 ◦ green 149 ◦ blue 58

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

Shades of Anzac #C5953A

Tints of Anzac #C5953A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.88%

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

R = 48.76%
G = 36.88%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C5953A (or 0xC5953A) is known color: Anzac. HEX triplet: C5, 95 and 3A. RGB value is (197,149,58). Sum of RGB (Red+Green+Blue) = 197+149+58=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 58 (23.05% from 255 or 14.36% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C5953A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5953A is #3A6AC5. Grayscale: #999999. Windows color (decimal): -3828422 or 3839429. OLE color: 3839429.

HSL color Cylindrical-coordinate representation of color #C5953A: hue angle of 39.28º 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 #C5953A is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 149 58 -
CMYK 0 0.24 0.71 0.23
HSL 39.28º 0.55% 0.5% -
HSV(B) 39.28º 0.71% 0.77% -
XYZ 34.54 33.67 8.68 -
YUV 152.98 74.4 159.4 -
System Red Green Blue C M Y K H S L
Decimal 197 149 58 0 0.24 0.71 0.23 39.28 0.55 0.5
Hex C5 95 3A 0 18 47 17 27 37 32
Octal 305 225 72 0 30 107 27 47 67 62
Binary 11000101 10010101 111010 0 11000 1000111 10111 100111 110111 110010

Color Harmonies of #C5953A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5953A

Black with #C5953A

Text Example


Text Example

White with #C5953A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5953A; }

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

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

background-color css

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

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

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

border-color css

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

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

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