Html Css Color HEX #C28640 Anzac

📋 copy color: '#C28640'

red 194 ◦ green 134 ◦ blue 64

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

Shades of Anzac #C28640

Tints of Anzac #C28640

RGB

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

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

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

R = 49.49%
G = 34.18%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C28640 (or 0xC28640) is known color: Anzac. HEX triplet: C2, 86 and 40. RGB value is (194,134,64). Sum of RGB (Red+Green+Blue) = 194+134+64=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C28640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28640 is #3D79BF. Grayscale: #909090. Windows color (decimal): -4028864 or 4228802. OLE color: 4228802.

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

Color convert

RGB 194 134 64 -
CMYK 0 0.31 0.67 0.24
HSL 32.31º 0.52% 0.51% -
HSV(B) 32.31º 0.67% 0.76% -
XYZ 31.7 28.89 8.76 -
YUV 143.96 82.88 163.69 -
System Red Green Blue C M Y K H S L
Decimal 194 134 64 0 0.31 0.67 0.24 32.31 0.52 0.51
Hex C2 86 40 0 1F 43 18 20 34 33
Octal 302 206 100 0 37 103 30 40 64 63
Binary 11000010 10000110 1000000 0 11111 1000011 11000 100000 110100 110011

Color Harmonies of #C28640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28640

Black with #C28640

Text Example


Text Example

White with #C28640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28640; }

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

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

background-color css

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

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

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

border-color css

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

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

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