Html Css Color HEX #C28940 Anzac

📋 copy color: '#C28940'

red 194 ◦ green 137 ◦ blue 64

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

Shades of Anzac #C28940

Tints of Anzac #C28940

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.68%

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

R = 49.11%
G = 34.68%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C28940 (or 0xC28940) is known color: Anzac. HEX triplet: C2, 89 and 40. RGB value is (194,137,64). Sum of RGB (Red+Green+Blue) = 194+137+64=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C28940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28940 is #3D76BF. Grayscale: #929292. Windows color (decimal): -4028096 or 4229570. OLE color: 4229570.

HSL color Cylindrical-coordinate representation of color #C28940: hue angle of 33.69º 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 #C28940 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 137 64 -
CMYK 0 0.29 0.67 0.24
HSL 33.69º 0.52% 0.51% -
HSV(B) 33.69º 0.67% 0.76% -
XYZ 32.12 29.73 8.9 -
YUV 145.72 81.88 162.44 -
System Red Green Blue C M Y K H S L
Decimal 194 137 64 0 0.29 0.67 0.24 33.69 0.52 0.51
Hex C2 89 40 0 1D 43 18 22 34 33
Octal 302 211 100 0 35 103 30 42 64 63
Binary 11000010 10001001 1000000 0 11101 1000011 11000 100010 110100 110011

Color Harmonies of #C28940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28940

Black with #C28940

Text Example


Text Example

White with #C28940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28940; }

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

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

background-color css

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

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

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

border-color css

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

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

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