Html Css Color HEX #C4863F Anzac

📋 copy color: '#C4863F'

red 196 ◦ green 134 ◦ blue 63

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

Shades of Anzac #C4863F

Tints of Anzac #C4863F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.1%

 BLUE value IS 63 (25% from 255) = 16.03%

R = 49.87%
G = 34.1%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C4863F (or 0xC4863F) is known color: Anzac. HEX triplet: C4, 86 and 3F. RGB value is (196,134,63). Sum of RGB (Red+Green+Blue) = 196+134+63=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C4863F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4863F is #3B79C0. Grayscale: #909090. Windows color (decimal): -3897793 or 4163268. OLE color: 4163268.

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

Color convert

RGB 196 134 63 -
CMYK 0 0.32 0.68 0.23
HSL 32.03º 0.53% 0.51% -
HSV(B) 32.03º 0.68% 0.77% -
XYZ 32.19 29.14 8.63 -
YUV 144.44 82.04 164.77 -
System Red Green Blue C M Y K H S L
Decimal 196 134 63 0 0.32 0.68 0.23 32.03 0.53 0.51
Hex C4 86 3F 0 20 44 17 20 35 33
Octal 304 206 77 0 40 104 27 40 65 63
Binary 11000100 10000110 111111 0 100000 1000100 10111 100000 110101 110011

Color Harmonies of #C4863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4863F

Black with #C4863F

Text Example


Text Example

White with #C4863F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4863F; }

 p { color: rgb(196,134,63); }

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

background-color css

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

 a { background-color: rgb(196,134,63); }

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

border-color css

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

 span { border-color: rgb(196,134,63); }

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