Html Css Color HEX #C58E40 Anzac

📋 copy color: '#C58E40'

red 197 ◦ green 142 ◦ blue 64

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

Shades of Anzac #C58E40

Tints of Anzac #C58E40

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.24%

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

R = 48.88%
G = 35.24%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C58E40 (or 0xC58E40) is known color: Anzac. HEX triplet: C5, 8E and 40. RGB value is (197,142,64). Sum of RGB (Red+Green+Blue) = 197+142+64=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 64 (25.39% from 255 or 15.88% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58E40 is #3A71BF. Grayscale: #959595. Windows color (decimal): -3830208 or 4230853. OLE color: 4230853.

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

Color convert

RGB 197 142 64 -
CMYK 0 0.28 0.68 0.23
HSL 35.19º 0.53% 0.51% -
HSV(B) 35.19º 0.68% 0.77% -
XYZ 33.62 31.59 9.18 -
YUV 149.55 79.72 161.84 -
System Red Green Blue C M Y K H S L
Decimal 197 142 64 0 0.28 0.68 0.23 35.19 0.53 0.51
Hex C5 8E 40 0 1C 44 17 23 35 33
Octal 305 216 100 0 34 104 27 43 65 63
Binary 11000101 10001110 1000000 0 11100 1000100 10111 100011 110101 110011

Color Harmonies of #C58E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58E40

Black with #C58E40

Text Example


Text Example

White with #C58E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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