Html Css Color HEX #C18845 Anzac

📋 copy color: '#C18845'

red 193 ◦ green 136 ◦ blue 69

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

Shades of Anzac #C18845

Tints of Anzac #C18845

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.17%

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

R = 48.49%
G = 34.17%
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

#C18845 (or 0xC18845) is known color: Anzac. HEX triplet: C1, 88 and 45. RGB value is (193,136,69). Sum of RGB (Red+Green+Blue) = 193+136+69=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 69 (27.34% from 255 or 17.34% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C18845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18845 is #3E77BA. Grayscale: #919191. Windows color (decimal): -4093883 or 4556993. OLE color: 4556993.

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

Color convert

RGB 193 136 69 -
CMYK 0 0.30 0.64 0.24
HSL 32.42º 0.5% 0.51% -
HSV(B) 32.42º 0.64% 0.76% -
XYZ 31.87 29.38 9.62 -
YUV 145.41 84.88 161.95 -
System Red Green Blue C M Y K H S L
Decimal 193 136 69 0 0.30 0.64 0.24 32.42 0.5 0.51
Hex C1 88 45 0 1E 40 18 20 32 33
Octal 301 210 105 0 36 100 30 40 62 63
Binary 11000001 10001000 1000101 0 11110 1000000 11000 100000 110010 110011

Color Harmonies of #C18845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18845

Black with #C18845

Text Example


Text Example

White with #C18845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18845; }

 p { color: rgb(193,136,69); }

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

background-color css

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

 a { background-color: rgb(193,136,69); }

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

border-color css

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

 span { border-color: rgb(193,136,69); }

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