#C58B3E

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

Shades of Anzac #C58B3E

Tints of Anzac #C58B3E

Color information

#C58B3E (or 0xC58B3E) is unknown color: approx Anzac. HEX triplet: C5, 8B and 3E. RGB value is (197,139,62). Sum of RGB (Red+Green+Blue) = 197+139+62=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 62 (24.61% from 255 or 15.58% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58B3E is #3A74C1. Grayscale: #939393. Windows color (decimal): -3830978 or 4099013. OLE color: 4099013.

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

Color convert

RGB19713962-
CMYK00.290.690.23
HSL34.22º53.78%50.78%-
HSV(B)34.22º68.53%77.25%-
XYZ33.1330.688.73-
YUV147.5679.72163.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.50%
GREEN value IS 139 (54.69% from 255) = 34.92%
BLUE value IS 62 (24.61% from 255) = 15.58%
R=49.50%
G=34.92%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971396200.290.690.2334.2253.7850.78
HexC58B3E01D4517223633
Octal3052137603510527426663
Binary1100010110001011111110011101100010110111100010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58B3E; }

 p { color: rgb(197,139,62); }

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

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

 a { background-color: rgb(197,139,62); }

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

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

 span { border-color: rgb(197,139,62); }

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