Html Css Color HEX #C4963E Anzac

📋 copy color: '#C4963E'

red 196 ◦ green 150 ◦ blue 62

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

Shades of Anzac #C4963E

Tints of Anzac #C4963E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.76%

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

R = 48.04%
G = 36.76%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C4963E (or 0xC4963E) is known color: Anzac. HEX triplet: C4, 96 and 3E. RGB value is (196,150,62). Sum of RGB (Red+Green+Blue) = 196+150+62=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 62 (24.61% from 255 or 15.20% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C4963E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4963E is #3B69C1. Grayscale: #9A9A9A. Windows color (decimal): -3893698 or 4101828. OLE color: 4101828.

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

Color convert

RGB 196 150 62 -
CMYK 0 0.23 0.68 0.23
HSL 39.4º 0.53% 0.51% -
HSV(B) 39.4º 0.68% 0.77% -
XYZ 34.54 33.9 9.28 -
YUV 153.72 76.24 158.16 -
System Red Green Blue C M Y K H S L
Decimal 196 150 62 0 0.23 0.68 0.23 39.4 0.53 0.51
Hex C4 96 3E 0 17 44 17 27 35 33
Octal 304 226 76 0 27 104 27 47 65 63
Binary 11000100 10010110 111110 0 10111 1000100 10111 100111 110101 110011

Color Harmonies of #C4963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4963E

Black with #C4963E

Text Example


Text Example

White with #C4963E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4963E; }

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

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

background-color css

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

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

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

border-color css

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

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

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