Html Css Color HEX #C58840 Anzac

📋 copy color: '#C58840'

red 197 ◦ green 136 ◦ blue 64

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

Shades of Anzac #C58840

Tints of Anzac #C58840

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.26%

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

R = 49.62%
G = 34.26%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C58840 (or 0xC58840) is known color: Anzac. HEX triplet: C5, 88 and 40. RGB value is (197,136,64). Sum of RGB (Red+Green+Blue) = 197+136+64=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C58840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58840 is #3A77BF. Grayscale: #929292. Windows color (decimal): -3831744 or 4229317. OLE color: 4229317.

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

Color convert

RGB 197 136 64 -
CMYK 0 0.31 0.68 0.23
HSL 32.48º 0.53% 0.51% -
HSV(B) 32.48º 0.68% 0.77% -
XYZ 32.76 29.85 8.89 -
YUV 146.03 81.71 164.35 -
System Red Green Blue C M Y K H S L
Decimal 197 136 64 0 0.31 0.68 0.23 32.48 0.53 0.51
Hex C5 88 40 0 1F 44 17 20 35 33
Octal 305 210 100 0 37 104 27 40 65 63
Binary 11000101 10001000 1000000 0 11111 1000100 10111 100000 110101 110011

Color Harmonies of #C58840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58840

Black with #C58840

Text Example


Text Example

White with #C58840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58840; }

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

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

background-color css

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

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

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

border-color css

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

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

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