Html Css Color HEX #C39745 Tussock

📋 copy color: '#C39745'

red 195 ◦ green 151 ◦ blue 69

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

Shades of Tussock #C39745

Tints of Tussock #C39745

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.39%

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

R = 46.99%
G = 36.39%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C39745 (or 0xC39745) is known color: Tussock. HEX triplet: C3, 97 and 45. RGB value is (195,151,69). Sum of RGB (Red+Green+Blue) = 195+151+69=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 69 (27.34% from 255 or 16.63% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C39745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39745 is #3C68BA. Grayscale: #9B9B9B. Windows color (decimal): -3958971 or 4560835. OLE color: 4560835.

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

Color convert

RGB 195 151 69 -
CMYK 0 0.23 0.65 0.24
HSL 39.05º 0.51% 0.52% -
HSV(B) 39.05º 0.65% 0.76% -
XYZ 34.65 34.16 10.4 -
YUV 154.81 79.58 156.67 -
System Red Green Blue C M Y K H S L
Decimal 195 151 69 0 0.23 0.65 0.24 39.05 0.51 0.52
Hex C3 97 45 0 17 41 18 27 33 34
Octal 303 227 105 0 27 101 30 47 63 64
Binary 11000011 10010111 1000101 0 10111 1000001 11000 100111 110011 110100

Color Harmonies of #C39745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39745

Black with #C39745

Text Example


Text Example

White with #C39745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39745; }

 p { color: rgb(195,151,69); }

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

background-color css

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

 a { background-color: rgb(195,151,69); }

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

border-color css

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

 span { border-color: rgb(195,151,69); }

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