Html Css Color HEX #C28846 Anzac

📋 copy color: '#C28846'

red 194 ◦ green 136 ◦ blue 70

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

Shades of Anzac #C28846

Tints of Anzac #C28846

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34%

 BLUE value IS 70 (27.73% from 255) = 17.5%

R = 48.5%
G = 34%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C28846 (or 0xC28846) is known color: Anzac. HEX triplet: C2, 88 and 46. RGB value is (194,136,70). Sum of RGB (Red+Green+Blue) = 194+136+70=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C28846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28846 is #3D77B9. Grayscale: #929292. Windows color (decimal): -4028346 or 4622530. OLE color: 4622530.

HSL color Cylindrical-coordinate representation of color #C28846: hue angle of 31.94º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C28846 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 136 70 -
CMYK 0 0.30 0.64 0.24
HSL 31.94º 0.5% 0.52% -
HSV(B) 31.94º 0.64% 0.76% -
XYZ 32.16 29.52 9.8 -
YUV 145.82 85.22 162.37 -
System Red Green Blue C M Y K H S L
Decimal 194 136 70 0 0.30 0.64 0.24 31.94 0.5 0.52
Hex C2 88 46 0 1E 40 18 20 32 34
Octal 302 210 106 0 36 100 30 40 62 64
Binary 11000010 10001000 1000110 0 11110 1000000 11000 100000 110010 110100

Color Harmonies of #C28846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28846

Black with #C28846

Text Example


Text Example

White with #C28846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28846; }

 p { color: rgb(194,136,70); }

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

background-color css

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

 a { background-color: rgb(194,136,70); }

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

border-color css

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

 span { border-color: rgb(194,136,70); }

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