Html Css Color HEX #C39D50 Tussock

📋 copy color: '#C39D50'

red 195 ◦ green 157 ◦ blue 80

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

Shades of Tussock #C39D50

Tints of Tussock #C39D50

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.34%

 BLUE value IS 80 (31.64% from 255) = 18.52%

R = 45.14%
G = 36.34%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C39D50 (or 0xC39D50) is known color: Tussock. HEX triplet: C3, 9D and 50. RGB value is (195,157,80). Sum of RGB (Red+Green+Blue) = 195+157+80=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C39D50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39D50 is #3C62AF. Grayscale: #9F9F9F. Windows color (decimal): -3957424 or 5283267. OLE color: 5283267.

HSL color Cylindrical-coordinate representation of color #C39D50: hue angle of 40.17º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C39D50 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 157 80 -
CMYK 0 0.19 0.59 0.24
HSL 40.17º 0.49% 0.54% -
HSV(B) 40.17º 0.59% 0.76% -
XYZ 36.01 36.3 12.7 -
YUV 159.58 83.09 153.26 -
System Red Green Blue C M Y K H S L
Decimal 195 157 80 0 0.19 0.59 0.24 40.17 0.49 0.54
Hex C3 9D 50 0 13 3B 18 28 31 36
Octal 303 235 120 0 23 73 30 50 61 66
Binary 11000011 10011101 1010000 0 10011 111011 11000 101000 110001 110110

Color Harmonies of #C39D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39D50

Black with #C39D50

Text Example


Text Example

White with #C39D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39D50; }

 p { color: rgb(195,157,80); }

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

background-color css

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

 a { background-color: rgb(195,157,80); }

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

border-color css

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

 span { border-color: rgb(195,157,80); }

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