Html Css Color HEX #C28745 Anzac

📋 copy color: '#C28745'

red 194 ◦ green 135 ◦ blue 69

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

Shades of Anzac #C28745

Tints of Anzac #C28745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.34%

R = 48.74%
G = 33.92%
B = 17.34%

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

#C28745 (or 0xC28745) is known color: Anzac. HEX triplet: C2, 87 and 45. RGB value is (194,135,69). Sum of RGB (Red+Green+Blue) = 194+135+69=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 69 (27.34% from 255 or 17.34% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C28745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28745 is #3D78BA. Grayscale: #919191. Windows color (decimal): -4028603 or 4556738. OLE color: 4556738.

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

Color convert

RGB 194 135 69 -
CMYK 0 0.30 0.64 0.24
HSL 31.68º 0.51% 0.52% -
HSV(B) 31.68º 0.64% 0.76% -
XYZ 31.99 29.23 9.59 -
YUV 145.12 85.05 162.87 -
System Red Green Blue C M Y K H S L
Decimal 194 135 69 0 0.30 0.64 0.24 31.68 0.51 0.52
Hex C2 87 45 0 1E 40 18 20 33 34
Octal 302 207 105 0 36 100 30 40 63 64
Binary 11000010 10000111 1000101 0 11110 1000000 11000 100000 110011 110100

Color Harmonies of #C28745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28745

Black with #C28745

Text Example


Text Example

White with #C28745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28745; }

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

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

background-color css

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

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

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

border-color css

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

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

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