Html Css Color HEX #C28845 Anzac

📋 copy color: '#C28845'

red 194 ◦ green 136 ◦ blue 69

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

Shades of Anzac #C28845

Tints of Anzac #C28845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.29%

R = 48.62%
G = 34.09%
B = 17.29%

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

#C28845 (or 0xC28845) is known color: Anzac. HEX triplet: C2, 88 and 45. RGB value is (194,136,69). Sum of RGB (Red+Green+Blue) = 194+136+69=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C28845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28845 is #3D77BA. Grayscale: #929292. Windows color (decimal): -4028347 or 4556994. OLE color: 4556994.

HSL color Cylindrical-coordinate representation of color #C28845: hue angle of 32.16º degrees, saturation: 0.51, 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 #C28845 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 136 69 -
CMYK 0 0.30 0.64 0.24
HSL 32.16º 0.51% 0.52% -
HSV(B) 32.16º 0.64% 0.76% -
XYZ 32.13 29.51 9.63 -
YUV 145.7 84.72 162.45 -
System Red Green Blue C M Y K H S L
Decimal 194 136 69 0 0.30 0.64 0.24 32.16 0.51 0.52
Hex C2 88 45 0 1E 40 18 20 33 34
Octal 302 210 105 0 36 100 30 40 63 64
Binary 11000010 10001000 1000101 0 11110 1000000 11000 100000 110011 110100

Color Harmonies of #C28845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28845

Black with #C28845

Text Example


Text Example

White with #C28845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28845; }

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

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

background-color css

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

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

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

border-color css

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

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

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