Html Css Color HEX #C18940 Anzac

📋 copy color: '#C18940'

red 193 ◦ green 137 ◦ blue 64

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

Shades of Anzac #C18940

Tints of Anzac #C18940

RGB

 RED value IS 193 (75.78% from 255) = 48.98%

 GREEN value IS 137 (53.91% from 255) = 34.77%

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

R = 48.98%
G = 34.77%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C18940 (or 0xC18940) is known color: Anzac. HEX triplet: C1, 89 and 40. RGB value is (193,137,64). Sum of RGB (Red+Green+Blue) = 193+137+64=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C18940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18940 is #3E76BF. Grayscale: #919191. Windows color (decimal): -4093632 or 4229569. OLE color: 4229569.

HSL color Cylindrical-coordinate representation of color #C18940: hue angle of 33.95º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C18940 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 137 64 -
CMYK 0 0.29 0.67 0.24
HSL 33.95º 0.51% 0.5% -
HSV(B) 33.95º 0.67% 0.76% -
XYZ 31.86 29.6 8.88 -
YUV 145.42 82.05 161.94 -
System Red Green Blue C M Y K H S L
Decimal 193 137 64 0 0.29 0.67 0.24 33.95 0.51 0.5
Hex C1 89 40 0 1D 43 18 22 33 32
Octal 301 211 100 0 35 103 30 42 63 62
Binary 11000001 10001001 1000000 0 11101 1000011 11000 100010 110011 110010

Color Harmonies of #C18940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18940

Black with #C18940

Text Example


Text Example

White with #C18940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18940; }

 p { color: rgb(193,137,64); }

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

background-color css

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

 a { background-color: rgb(193,137,64); }

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

border-color css

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

 span { border-color: rgb(193,137,64); }

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