Html Css Color HEX #C58D3C Anzac

📋 copy color: '#C58D3C'

red 197 ◦ green 141 ◦ blue 60

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

Shades of Anzac #C58D3C

Tints of Anzac #C58D3C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.43%

 BLUE value IS 60 (23.83% from 255) = 15.08%

R = 49.5%
G = 35.43%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C58D3C (or 0xC58D3C) is known color: Anzac. HEX triplet: C5, 8D and 3C. RGB value is (197,141,60). Sum of RGB (Red+Green+Blue) = 197+141+60=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 60 (23.83% from 255 or 15.08% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58D3C is #3A72C3. Grayscale: #949494. Windows color (decimal): -3830468 or 3968453. OLE color: 3968453.

HSL color Cylindrical-coordinate representation of color #C58D3C: hue angle of 35.47º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C58D3C is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 141 60 -
CMYK 0 0.28 0.70 0.23
HSL 35.47º 0.54% 0.5% -
HSV(B) 35.47º 0.7% 0.77% -
XYZ 33.37 31.25 8.55 -
YUV 148.51 78.05 162.59 -
System Red Green Blue C M Y K H S L
Decimal 197 141 60 0 0.28 0.70 0.23 35.47 0.54 0.5
Hex C5 8D 3C 0 1C 46 17 23 36 32
Octal 305 215 74 0 34 106 27 43 66 62
Binary 11000101 10001101 111100 0 11100 1000110 10111 100011 110110 110010

Color Harmonies of #C58D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58D3C

Black with #C58D3C

Text Example


Text Example

White with #C58D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58D3C; }

 p { color: rgb(197,141,60); }

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

background-color css

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

 a { background-color: rgb(197,141,60); }

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

border-color css

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

 span { border-color: rgb(197,141,60); }

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