Html Css Color HEX #C28840 Anzac

📋 copy color: '#C28840'

red 194 ◦ green 136 ◦ blue 64

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

Shades of Anzac #C28840

Tints of Anzac #C28840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.24%

R = 49.24%
G = 34.52%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C28840 (or 0xC28840) is known color: Anzac. HEX triplet: C2, 88 and 40. RGB value is (194,136,64). Sum of RGB (Red+Green+Blue) = 194+136+64=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C28840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28840 is #3D77BF. Grayscale: #919191. Windows color (decimal): -4028352 or 4229314. OLE color: 4229314.

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

Color convert

RGB 194 136 64 -
CMYK 0 0.30 0.67 0.24
HSL 33.23º 0.52% 0.51% -
HSV(B) 33.23º 0.67% 0.76% -
XYZ 31.98 29.45 8.85 -
YUV 145.13 82.22 162.85 -
System Red Green Blue C M Y K H S L
Decimal 194 136 64 0 0.30 0.67 0.24 33.23 0.52 0.51
Hex C2 88 40 0 1E 43 18 21 34 33
Octal 302 210 100 0 36 103 30 41 64 63
Binary 11000010 10001000 1000000 0 11110 1000011 11000 100001 110100 110011

Color Harmonies of #C28840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28840

Black with #C28840

Text Example


Text Example

White with #C28840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28840; }

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

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

background-color css

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

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

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

border-color css

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

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

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