Html Css Color HEX #C4913C Anzac

📋 copy color: '#C4913C'

red 196 ◦ green 145 ◦ blue 60

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

Shades of Anzac #C4913C

Tints of Anzac #C4913C

RGB

 RED value IS 196 (76.95% from 255) = 48.88%

 GREEN value IS 145 (57.03% from 255) = 36.16%

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

R = 48.88%
G = 36.16%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4913C (or 0xC4913C) is known color: Anzac. HEX triplet: C4, 91 and 3C. RGB value is (196,145,60). Sum of RGB (Red+Green+Blue) = 196+145+60=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C4913C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4913C is #3B6EC3. Grayscale: #969696. Windows color (decimal): -3894980 or 3969476. OLE color: 3969476.

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

Color convert

RGB 196 145 60 -
CMYK 0 0.26 0.69 0.23
HSL 37.5º 0.54% 0.5% -
HSV(B) 37.5º 0.69% 0.77% -
XYZ 33.71 32.31 8.74 -
YUV 150.56 76.9 160.41 -
System Red Green Blue C M Y K H S L
Decimal 196 145 60 0 0.26 0.69 0.23 37.5 0.54 0.5
Hex C4 91 3C 0 1A 45 17 26 36 32
Octal 304 221 74 0 32 105 27 46 66 62
Binary 11000100 10010001 111100 0 11010 1000101 10111 100110 110110 110010

Color Harmonies of #C4913C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4913C

Black with #C4913C

Text Example


Text Example

White with #C4913C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4913C; }

 p { color: rgb(196,145,60); }

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

background-color css

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

 a { background-color: rgb(196,145,60); }

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

border-color css

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

 span { border-color: rgb(196,145,60); }

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