Html Css Color HEX #C58A45 Anzac

📋 copy color: '#C58A45'

red 197 ◦ green 138 ◦ blue 69

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

Shades of Anzac #C58A45

Tints of Anzac #C58A45

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.16%

 BLUE value IS 69 (27.34% from 255) = 17.08%

R = 48.76%
G = 34.16%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C58A45 (or 0xC58A45) is known color: Anzac. HEX triplet: C5, 8A and 45. RGB value is (197,138,69). Sum of RGB (Red+Green+Blue) = 197+138+69=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 69 (27.34% from 255 or 17.08% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58A45 is #3A75BA. Grayscale: #949494. Windows color (decimal): -3831227 or 4557509. OLE color: 4557509.

HSL color Cylindrical-coordinate representation of color #C58A45: hue angle of 32.34º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C58A45 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 138 69 -
CMYK 0 0.30 0.65 0.23
HSL 32.34º 0.52% 0.52% -
HSV(B) 32.34º 0.65% 0.77% -
XYZ 33.19 30.48 9.76 -
YUV 147.78 83.55 163.11 -
System Red Green Blue C M Y K H S L
Decimal 197 138 69 0 0.30 0.65 0.23 32.34 0.52 0.52
Hex C5 8A 45 0 1E 41 17 20 34 34
Octal 305 212 105 0 36 101 27 40 64 64
Binary 11000101 10001010 1000101 0 11110 1000001 10111 100000 110100 110100

Color Harmonies of #C58A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58A45

Black with #C58A45

Text Example


Text Example

White with #C58A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58A45; }

 p { color: rgb(197,138,69); }

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

background-color css

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

 a { background-color: rgb(197,138,69); }

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

border-color css

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

 span { border-color: rgb(197,138,69); }

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