Html Css Color HEX #C28746 Anzac

📋 copy color: '#C28746'

red 194 ◦ green 135 ◦ blue 70

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

Shades of Anzac #C28746

Tints of Anzac #C28746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.54%

R = 48.62%
G = 33.83%
B = 17.54%

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

#C28746 (or 0xC28746) is known color: Anzac. HEX triplet: C2, 87 and 46. RGB value is (194,135,70). Sum of RGB (Red+Green+Blue) = 194+135+70=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 70 (27.73% from 255 or 17.54% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C28746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28746 is #3D78B9. Grayscale: #919191. Windows color (decimal): -4028602 or 4622274. OLE color: 4622274.

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

Color convert

RGB 194 135 70 -
CMYK 0 0.30 0.64 0.24
HSL 31.45º 0.5% 0.52% -
HSV(B) 31.45º 0.64% 0.76% -
XYZ 32.02 29.24 9.75 -
YUV 145.23 85.55 162.79 -
System Red Green Blue C M Y K H S L
Decimal 194 135 70 0 0.30 0.64 0.24 31.45 0.5 0.52
Hex C2 87 46 0 1E 40 18 1F 32 34
Octal 302 207 106 0 36 100 30 37 62 64
Binary 11000010 10000111 1000110 0 11110 1000000 11000 11111 110010 110100

Color Harmonies of #C28746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28746

Black with #C28746

Text Example


Text Example

White with #C28746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28746; }

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

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

background-color css

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

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

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

border-color css

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

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

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