Html Css Color HEX #C58A38 Anzac

📋 copy color: '#C58A38'

red 197 ◦ green 138 ◦ blue 56

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

Shades of Anzac #C58A38

Tints of Anzac #C58A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.32%

R = 50.38%
G = 35.29%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C58A38 (or 0xC58A38) is known color: Anzac. HEX triplet: C5, 8A and 38. RGB value is (197,138,56). Sum of RGB (Red+Green+Blue) = 197+138+56=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 56 (22.27% from 255 or 14.32% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58A38 is #3A75C7. Grayscale: #929292. Windows color (decimal): -3831240 or 3705541. OLE color: 3705541.

HSL color Cylindrical-coordinate representation of color #C58A38: hue angle of 34.89º 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 #C58A38 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 138 56 -
CMYK 0 0.30 0.72 0.23
HSL 34.89º 0.56% 0.5% -
HSV(B) 34.89º 0.72% 0.77% -
XYZ 32.83 30.33 7.87 -
YUV 146.29 77.05 164.17 -
System Red Green Blue C M Y K H S L
Decimal 197 138 56 0 0.30 0.72 0.23 34.89 0.56 0.5
Hex C5 8A 38 0 1E 48 17 23 38 32
Octal 305 212 70 0 36 110 27 43 70 62
Binary 11000101 10001010 111000 0 11110 1001000 10111 100011 111000 110010

Color Harmonies of #C58A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58A38

Black with #C58A38

Text Example


Text Example

White with #C58A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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