#c58c38

Color #C58C38 Anzac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Anzac #C58C38

Tints of Anzac #C58C38

Color information

#C58C38 (or 0xC58C38) is unknown color: approx Anzac. HEX triplet: C5, 8C and 38. RGB value is (197,140,56). Sum of RGB (Red+Green+Blue) = 197+140+56=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 56 (22.27% from 255 or 14.25% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58C38 is #3A73C7. Grayscale: #939393. Windows color (decimal): -3830728 or 3706053. OLE color: 3706053.

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

Color convert

RGB19714056-
CMYK00.290.720.23
HSL35.74º55.73%49.61%-
HSV(B)35.74º71.57%77.25%-
XYZ33.1230.917.96-
YUV147.4776.38163.33-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.13%
GREEN value IS 140 (55.08% from 255) = 35.62%
BLUE value IS 56 (22.27% from 255) = 14.25%
R=50.13%
G=35.62%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971405600.290.720.2335.7455.7349.61
HexC58C3801D4817243832
Octal3052147003511027447062
Binary1100010110001100111000011101100100010111100100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c58c38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c58c38; }

 p { color: rgb(197,140,56); }

 H1.HeaderClassName
 {
   color: #c58c38;
 }
 .AnyTagClassName
 {
   color: #c58c38;
 }
</style>
background-color css

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

 a { background-color: rgb(197,140,56); }

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

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

 span { border-color: rgb(197,140,56); }

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