Html Css Color HEX #C4913B Anzac

📋 copy color: '#C4913B'

red 196 ◦ green 145 ◦ blue 59

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

Shades of Anzac #C4913B

Tints of Anzac #C4913B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.75%

R = 49%
G = 36.25%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C4913B (or 0xC4913B) is known color: Anzac. HEX triplet: C4, 91 and 3B. RGB value is (196,145,59). Sum of RGB (Red+Green+Blue) = 196+145+59=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 59 (23.44% from 255 or 14.75% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C4913B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4913B is #3B6EC4. Grayscale: #969696. Windows color (decimal): -3894981 or 3903940. OLE color: 3903940.

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

Color convert

RGB 196 145 59 -
CMYK 0 0.26 0.70 0.23
HSL 37.66º 0.54% 0.5% -
HSV(B) 37.66º 0.7% 0.77% -
XYZ 33.68 32.3 8.6 -
YUV 150.45 76.4 160.49 -
System Red Green Blue C M Y K H S L
Decimal 196 145 59 0 0.26 0.70 0.23 37.66 0.54 0.5
Hex C4 91 3B 0 1A 46 17 26 36 32
Octal 304 221 73 0 32 106 27 46 66 62
Binary 11000100 10010001 111011 0 11010 1000110 10111 100110 110110 110010

Color Harmonies of #C4913B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4913B

Black with #C4913B

Text Example


Text Example

White with #C4913B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4913B; }

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

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

background-color css

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

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

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

border-color css

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

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

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