Html Css Color HEX #C4913E Anzac

📋 copy color: '#C4913E'

red 196 ◦ green 145 ◦ blue 62

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

Shades of Anzac #C4913E

Tints of Anzac #C4913E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.38%

R = 48.64%
G = 35.98%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C4913E (or 0xC4913E) is known color: Anzac. HEX triplet: C4, 91 and 3E. RGB value is (196,145,62). Sum of RGB (Red+Green+Blue) = 196+145+62=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 62 (24.61% from 255 or 15.38% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C4913E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4913E is #3B6EC1. Grayscale: #979797. Windows color (decimal): -3894978 or 4100548. OLE color: 4100548.

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

Color convert

RGB 196 145 62 -
CMYK 0 0.26 0.68 0.23
HSL 37.16º 0.53% 0.51% -
HSV(B) 37.16º 0.68% 0.77% -
XYZ 33.76 32.33 9.02 -
YUV 150.79 77.9 160.25 -
System Red Green Blue C M Y K H S L
Decimal 196 145 62 0 0.26 0.68 0.23 37.16 0.53 0.51
Hex C4 91 3E 0 1A 44 17 25 35 33
Octal 304 221 76 0 32 104 27 45 65 63
Binary 11000100 10010001 111110 0 11010 1000100 10111 100101 110101 110011

Color Harmonies of #C4913E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4913E

Black with #C4913E

Text Example


Text Example

White with #C4913E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4913E; }

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

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

background-color css

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

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

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

border-color css

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

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

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