Html Css Color HEX #C28643 Anzac

📋 copy color: '#C28643'

red 194 ◦ green 134 ◦ blue 67

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

Shades of Anzac #C28643

Tints of Anzac #C28643

RGB

 RED value IS 194 (76.17% from 255) = 49.11%

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

 BLUE value IS 67 (26.56% from 255) = 16.96%

R = 49.11%
G = 33.92%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C28643 (or 0xC28643) is known color: Anzac. HEX triplet: C2, 86 and 43. RGB value is (194,134,67). Sum of RGB (Red+Green+Blue) = 194+134+67=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 67 (26.56% from 255 or 16.96% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C28643 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28643 is #3D79BC. Grayscale: #909090. Windows color (decimal): -4028861 or 4425410. OLE color: 4425410.

HSL color Cylindrical-coordinate representation of color #C28643: hue angle of 31.65º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C28643 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 134 67 -
CMYK 0 0.31 0.65 0.24
HSL 31.65º 0.51% 0.51% -
HSV(B) 31.65º 0.65% 0.76% -
XYZ 31.79 28.92 9.22 -
YUV 144.3 84.38 163.45 -
System Red Green Blue C M Y K H S L
Decimal 194 134 67 0 0.31 0.65 0.24 31.65 0.51 0.51
Hex C2 86 43 0 1F 41 18 20 33 33
Octal 302 206 103 0 37 101 30 40 63 63
Binary 11000010 10000110 1000011 0 11111 1000001 11000 100000 110011 110011

Color Harmonies of #C28643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28643

Black with #C28643

Text Example


Text Example

White with #C28643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28643; }

 p { color: rgb(194,134,67); }

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

background-color css

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

 a { background-color: rgb(194,134,67); }

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

border-color css

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

 span { border-color: rgb(194,134,67); }

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