Html Css Color HEX #C28740 Anzac

📋 copy color: '#C28740'

red 194 ◦ green 135 ◦ blue 64

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

Shades of Anzac #C28740

Tints of Anzac #C28740

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.35%

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

R = 49.36%
G = 34.35%
B = 16.28%

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

#C28740 (or 0xC28740) is known color: Anzac. HEX triplet: C2, 87 and 40. RGB value is (194,135,64). Sum of RGB (Red+Green+Blue) = 194+135+64=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C28740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28740 is #3D78BF. Grayscale: #909090. Windows color (decimal): -4028608 or 4229058. OLE color: 4229058.

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

Color convert

RGB 194 135 64 -
CMYK 0 0.30 0.67 0.24
HSL 32.77º 0.52% 0.51% -
HSV(B) 32.77º 0.67% 0.76% -
XYZ 31.84 29.17 8.8 -
YUV 144.55 82.55 163.27 -
System Red Green Blue C M Y K H S L
Decimal 194 135 64 0 0.30 0.67 0.24 32.77 0.52 0.51
Hex C2 87 40 0 1E 43 18 21 34 33
Octal 302 207 100 0 36 103 30 41 64 63
Binary 11000010 10000111 1000000 0 11110 1000011 11000 100001 110100 110011

Color Harmonies of #C28740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28740

Black with #C28740

Text Example


Text Example

White with #C28740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28740; }

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

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

background-color css

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

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

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

border-color css

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

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

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