Html Css Color HEX #C4863B Anzac

📋 copy color: '#C4863B'

red 196 ◦ green 134 ◦ blue 59

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

Shades of Anzac #C4863B

Tints of Anzac #C4863B

RGB

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

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

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

R = 50.39%
G = 34.45%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C4863B (or 0xC4863B) is known color: Anzac. HEX triplet: C4, 86 and 3B. RGB value is (196,134,59). Sum of RGB (Red+Green+Blue) = 196+134+59=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 59 (23.44% from 255 or 15.17% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C4863B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4863B is #3B79C4. Grayscale: #909090. Windows color (decimal): -3897797 or 3901124. OLE color: 3901124.

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

Color convert

RGB 196 134 59 -
CMYK 0 0.32 0.70 0.23
HSL 32.85º 0.54% 0.5% -
HSV(B) 32.85º 0.7% 0.77% -
XYZ 32.08 29.1 8.06 -
YUV 143.99 80.04 165.1 -
System Red Green Blue C M Y K H S L
Decimal 196 134 59 0 0.32 0.70 0.23 32.85 0.54 0.5
Hex C4 86 3B 0 20 46 17 21 36 32
Octal 304 206 73 0 40 106 27 41 66 62
Binary 11000100 10000110 111011 0 100000 1000110 10111 100001 110110 110010

Color Harmonies of #C4863B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4863B

Black with #C4863B

Text Example


Text Example

White with #C4863B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4863B; }

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

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

background-color css

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

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

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

border-color css

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

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

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