Html Css Color HEX #C39446 Tussock

📋 copy color: '#C39446'

red 195 ◦ green 148 ◦ blue 70

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

Shades of Tussock #C39446

Tints of Tussock #C39446

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.84%

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

R = 47.22%
G = 35.84%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C39446 (or 0xC39446) is known color: Tussock. HEX triplet: C3, 94 and 46. RGB value is (195,148,70). Sum of RGB (Red+Green+Blue) = 195+148+70=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 70 (27.73% from 255 or 16.95% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C39446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39446 is #3C6BB9. Grayscale: #999999. Windows color (decimal): -3959738 or 4625603. OLE color: 4625603.

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

Color convert

RGB 195 148 70 -
CMYK 0 0.24 0.64 0.24
HSL 37.44º 0.51% 0.52% -
HSV(B) 37.44º 0.64% 0.76% -
XYZ 34.2 33.22 10.4 -
YUV 153.16 81.07 157.84 -
System Red Green Blue C M Y K H S L
Decimal 195 148 70 0 0.24 0.64 0.24 37.44 0.51 0.52
Hex C3 94 46 0 18 40 18 25 33 34
Octal 303 224 106 0 30 100 30 45 63 64
Binary 11000011 10010100 1000110 0 11000 1000000 11000 100101 110011 110100

Color Harmonies of #C39446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39446

Black with #C39446

Text Example


Text Example

White with #C39446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39446; }

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

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

background-color css

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

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

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

border-color css

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

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

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