Html Css Color HEX #C39246 Tussock

📋 copy color: '#C39246'

red 195 ◦ green 146 ◦ blue 70

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

Shades of Tussock #C39246

Tints of Tussock #C39246

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.52%

 BLUE value IS 70 (27.73% from 255) = 17.03%

R = 47.45%
G = 35.52%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C39246 (or 0xC39246) is known color: Tussock. HEX triplet: C3, 92 and 46. RGB value is (195,146,70). Sum of RGB (Red+Green+Blue) = 195+146+70=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 70 (27.73% from 255 or 17.03% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C39246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39246 is #3C6DB9. Grayscale: #989898. Windows color (decimal): -3960250 or 4625091. OLE color: 4625091.

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

Color convert

RGB 195 146 70 -
CMYK 0 0.25 0.64 0.24
HSL 36.48º 0.51% 0.52% -
HSV(B) 36.48º 0.64% 0.76% -
XYZ 33.89 32.6 10.3 -
YUV 151.99 81.73 158.68 -
System Red Green Blue C M Y K H S L
Decimal 195 146 70 0 0.25 0.64 0.24 36.48 0.51 0.52
Hex C3 92 46 0 19 40 18 24 33 34
Octal 303 222 106 0 31 100 30 44 63 64
Binary 11000011 10010010 1000110 0 11001 1000000 11000 100100 110011 110100

Color Harmonies of #C39246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39246

Black with #C39246

Text Example


Text Example

White with #C39246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39246; }

 p { color: rgb(195,146,70); }

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

background-color css

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

 a { background-color: rgb(195,146,70); }

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

border-color css

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

 span { border-color: rgb(195,146,70); }

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