Html Css Color HEX #C5943A Anzac

📋 copy color: '#C5943A'

red 197 ◦ green 148 ◦ blue 58

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

Shades of Anzac #C5943A

Tints of Anzac #C5943A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.72%

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

R = 48.88%
G = 36.72%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C5943A (or 0xC5943A) is known color: Anzac. HEX triplet: C5, 94 and 3A. RGB value is (197,148,58). Sum of RGB (Red+Green+Blue) = 197+148+58=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 58 (23.05% from 255 or 14.39% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C5943A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5943A is #3A6BC5. Grayscale: #989898. Windows color (decimal): -3828678 or 3839173. OLE color: 3839173.

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

Color convert

RGB 197 148 58 -
CMYK 0 0.25 0.71 0.23
HSL 38.85º 0.55% 0.5% -
HSV(B) 38.85º 0.71% 0.77% -
XYZ 34.38 33.36 8.63 -
YUV 152.39 74.73 159.82 -
System Red Green Blue C M Y K H S L
Decimal 197 148 58 0 0.25 0.71 0.23 38.85 0.55 0.5
Hex C5 94 3A 0 19 47 17 27 37 32
Octal 305 224 72 0 31 107 27 47 67 62
Binary 11000101 10010100 111010 0 11001 1000111 10111 100111 110111 110010

Color Harmonies of #C5943A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5943A

Black with #C5943A

Text Example


Text Example

White with #C5943A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5943A; }

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

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

background-color css

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

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

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

border-color css

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

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

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