Html Css Color HEX #C18848 Tussock

📋 copy color: '#C18848'

red 193 ◦ green 136 ◦ blue 72

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

Shades of Tussock #C18848

Tints of Tussock #C18848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.96%

R = 48.13%
G = 33.92%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C18848 (or 0xC18848) is known color: Tussock. HEX triplet: C1, 88 and 48. RGB value is (193,136,72). Sum of RGB (Red+Green+Blue) = 193+136+72=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C18848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18848 is #3E77B7. Grayscale: #929292. Windows color (decimal): -4093880 or 4753601. OLE color: 4753601.

HSL color Cylindrical-coordinate representation of color #C18848: hue angle of 31.74º degrees, saturation: 0.49, 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 #C18848 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 136 72 -
CMYK 0 0.30 0.63 0.24
HSL 31.74º 0.49% 0.52% -
HSV(B) 31.74º 0.63% 0.76% -
XYZ 31.97 29.41 10.12 -
YUV 145.75 86.38 161.7 -
System Red Green Blue C M Y K H S L
Decimal 193 136 72 0 0.30 0.63 0.24 31.74 0.49 0.52
Hex C1 88 48 0 1E 3F 18 20 31 34
Octal 301 210 110 0 36 77 30 40 61 64
Binary 11000001 10001000 1001000 0 11110 111111 11000 100000 110001 110100

Color Harmonies of #C18848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18848

Black with #C18848

Text Example


Text Example

White with #C18848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18848; }

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

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

background-color css

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

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

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

border-color css

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

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

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