Html Css Color HEX #C18B41 Anzac

📋 copy color: '#C18B41'

red 193 ◦ green 139 ◦ blue 65

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

Shades of Anzac #C18B41

Tints of Anzac #C18B41

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.01%

 BLUE value IS 65 (25.78% from 255) = 16.37%

R = 48.61%
G = 35.01%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C18B41 (or 0xC18B41) is known color: Anzac. HEX triplet: C1, 8B and 41. RGB value is (193,139,65). Sum of RGB (Red+Green+Blue) = 193+139+65=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C18B41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18B41 is #3E74BE. Grayscale: #939393. Windows color (decimal): -4093119 or 4295617. OLE color: 4295617.

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

Color convert

RGB 193 139 65 -
CMYK 0 0.28 0.66 0.24
HSL 34.69º 0.51% 0.51% -
HSV(B) 34.69º 0.66% 0.76% -
XYZ 32.18 30.18 9.13 -
YUV 146.71 81.89 161.02 -
System Red Green Blue C M Y K H S L
Decimal 193 139 65 0 0.28 0.66 0.24 34.69 0.51 0.51
Hex C1 8B 41 0 1C 42 18 23 33 33
Octal 301 213 101 0 34 102 30 43 63 63
Binary 11000001 10001011 1000001 0 11100 1000010 11000 100011 110011 110011

Color Harmonies of #C18B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18B41

Black with #C18B41

Text Example


Text Example

White with #C18B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18B41; }

 p { color: rgb(193,139,65); }

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

background-color css

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

 a { background-color: rgb(193,139,65); }

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

border-color css

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

 span { border-color: rgb(193,139,65); }

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