Html Css Color HEX #C39544 Tussock

📋 copy color: '#C39544'

red 195 ◦ green 149 ◦ blue 68

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

Shades of Tussock #C39544

Tints of Tussock #C39544

RGB

 RED value IS 195 (76.56% from 255) = 47.33%

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

 BLUE value IS 68 (26.95% from 255) = 16.5%

R = 47.33%
G = 36.17%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C39544 (or 0xC39544) is known color: Tussock. HEX triplet: C3, 95 and 44. RGB value is (195,149,68). Sum of RGB (Red+Green+Blue) = 195+149+68=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 68 (26.95% from 255 or 16.50% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C39544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39544 is #3C6ABB. Grayscale: #999999. Windows color (decimal): -3959484 or 4494787. OLE color: 4494787.

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

Color convert

RGB 195 149 68 -
CMYK 0 0.24 0.65 0.24
HSL 38.27º 0.51% 0.52% -
HSV(B) 38.27º 0.65% 0.76% -
XYZ 34.3 33.51 10.13 -
YUV 153.52 79.74 157.59 -
System Red Green Blue C M Y K H S L
Decimal 195 149 68 0 0.24 0.65 0.24 38.27 0.51 0.52
Hex C3 95 44 0 18 41 18 26 33 34
Octal 303 225 104 0 30 101 30 46 63 64
Binary 11000011 10010101 1000100 0 11000 1000001 11000 100110 110011 110100

Color Harmonies of #C39544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39544

Black with #C39544

Text Example


Text Example

White with #C39544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39544; }

 p { color: rgb(195,149,68); }

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

background-color css

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

 a { background-color: rgb(195,149,68); }

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

border-color css

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

 span { border-color: rgb(195,149,68); }

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