Html Css Color HEX #C58A48 Anzac

📋 copy color: '#C58A48'

red 197 ◦ green 138 ◦ blue 72

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

Shades of Anzac #C58A48

Tints of Anzac #C58A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.69%

R = 48.4%
G = 33.91%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C58A48 (or 0xC58A48) is known color: Anzac. HEX triplet: C5, 8A and 48. RGB value is (197,138,72). Sum of RGB (Red+Green+Blue) = 197+138+72=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58A48 is #3A75B7. Grayscale: #949494. Windows color (decimal): -3831224 or 4754117. OLE color: 4754117.

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

Color convert

RGB 197 138 72 -
CMYK 0 0.30 0.63 0.23
HSL 31.68º 0.52% 0.53% -
HSV(B) 31.68º 0.63% 0.77% -
XYZ 33.28 30.52 10.27 -
YUV 148.12 85.05 162.87 -
System Red Green Blue C M Y K H S L
Decimal 197 138 72 0 0.30 0.63 0.23 31.68 0.52 0.53
Hex C5 8A 48 0 1E 3F 17 20 34 35
Octal 305 212 110 0 36 77 27 40 64 65
Binary 11000101 10001010 1001000 0 11110 111111 10111 100000 110100 110101

Color Harmonies of #C58A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58A48

Black with #C58A48

Text Example


Text Example

White with #C58A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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