Html Css Color HEX #C19545 Tussock

📋 copy color: '#C19545'

red 193 ◦ green 149 ◦ blue 69

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

Shades of Tussock #C19545

Tints of Tussock #C19545

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.25%

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

R = 46.96%
G = 36.25%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C19545 (or 0xC19545) is known color: Tussock. HEX triplet: C1, 95 and 45. RGB value is (193,149,69). Sum of RGB (Red+Green+Blue) = 193+149+69=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 69 (27.34% from 255 or 16.79% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C19545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19545 is #3E6ABA. Grayscale: #999999. Windows color (decimal): -4090555 or 4560321. OLE color: 4560321.

HSL color Cylindrical-coordinate representation of color #C19545: hue angle of 38.71º 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 #C19545 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 149 69 -
CMYK 0 0.23 0.64 0.24
HSL 38.71º 0.5% 0.51% -
HSV(B) 38.71º 0.64% 0.76% -
XYZ 33.81 33.26 10.27 -
YUV 153.04 80.58 156.5 -
System Red Green Blue C M Y K H S L
Decimal 193 149 69 0 0.23 0.64 0.24 38.71 0.5 0.51
Hex C1 95 45 0 17 40 18 27 32 33
Octal 301 225 105 0 27 100 30 47 62 63
Binary 11000001 10010101 1000101 0 10111 1000000 11000 100111 110010 110011

Color Harmonies of #C19545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19545

Black with #C19545

Text Example


Text Example

White with #C19545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19545; }

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

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

background-color css

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

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

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

border-color css

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

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

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