Html Css Color HEX #C18947 Tussock

📋 copy color: '#C18947'

red 193 ◦ green 137 ◦ blue 71

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

Shades of Tussock #C18947

Tints of Tussock #C18947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.71%

R = 48.13%
G = 34.16%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C18947 (or 0xC18947) is known color: Tussock. HEX triplet: C1, 89 and 47. RGB value is (193,137,71). Sum of RGB (Red+Green+Blue) = 193+137+71=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 71 (28.12% from 255 or 17.71% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C18947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18947 is #3E76B8. Grayscale: #929292. Windows color (decimal): -4093625 or 4688321. OLE color: 4688321.

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

Color convert

RGB 193 137 71 -
CMYK 0 0.29 0.63 0.24
HSL 32.46º 0.5% 0.52% -
HSV(B) 32.46º 0.63% 0.76% -
XYZ 32.08 29.68 10 -
YUV 146.22 85.55 161.37 -
System Red Green Blue C M Y K H S L
Decimal 193 137 71 0 0.29 0.63 0.24 32.46 0.5 0.52
Hex C1 89 47 0 1D 3F 18 20 32 34
Octal 301 211 107 0 35 77 30 40 62 64
Binary 11000001 10001001 1000111 0 11101 111111 11000 100000 110010 110100

Color Harmonies of #C18947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18947

Black with #C18947

Text Example


Text Example

White with #C18947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18947; }

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

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

background-color css

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

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

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

border-color css

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

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

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