Html Css Color HEX #C28645 Anzac

📋 copy color: '#C28645'

red 194 ◦ green 134 ◦ blue 69

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

Shades of Anzac #C28645

Tints of Anzac #C28645

RGB

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

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

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

R = 48.87%
G = 33.75%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C28645 (or 0xC28645) is known color: Anzac. HEX triplet: C2, 86 and 45. RGB value is (194,134,69). Sum of RGB (Red+Green+Blue) = 194+134+69=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C28645 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28645 is #3D79BA. Grayscale: #909090. Windows color (decimal): -4028859 or 4556482. OLE color: 4556482.

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

Color convert

RGB 194 134 69 -
CMYK 0 0.31 0.64 0.24
HSL 31.2º 0.51% 0.52% -
HSV(B) 31.2º 0.64% 0.76% -
XYZ 31.85 28.95 9.54 -
YUV 144.53 85.38 163.29 -
System Red Green Blue C M Y K H S L
Decimal 194 134 69 0 0.31 0.64 0.24 31.2 0.51 0.52
Hex C2 86 45 0 1F 40 18 1F 33 34
Octal 302 206 105 0 37 100 30 37 63 64
Binary 11000010 10000110 1000101 0 11111 1000000 11000 11111 110011 110100

Color Harmonies of #C28645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28645

Black with #C28645

Text Example


Text Example

White with #C28645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28645; }

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

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

background-color css

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

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

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

border-color css

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

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

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