Html Css Color HEX #C39445 Tussock

📋 copy color: '#C39445'

red 195 ◦ green 148 ◦ blue 69

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

Shades of Tussock #C39445

Tints of Tussock #C39445

RGB

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

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

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

R = 47.33%
G = 35.92%
B = 16.75%

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

#C39445 (or 0xC39445) is known color: Tussock. HEX triplet: C3, 94 and 45. RGB value is (195,148,69). Sum of RGB (Red+Green+Blue) = 195+148+69=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 69 (27.34% from 255 or 16.75% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C39445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39445 is #3C6BBA. Grayscale: #999999. Windows color (decimal): -3959739 or 4560067. OLE color: 4560067.

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

Color convert

RGB 195 148 69 -
CMYK 0 0.24 0.65 0.24
HSL 37.62º 0.51% 0.52% -
HSV(B) 37.62º 0.65% 0.76% -
XYZ 34.17 33.21 10.24 -
YUV 153.05 80.57 157.92 -
System Red Green Blue C M Y K H S L
Decimal 195 148 69 0 0.24 0.65 0.24 37.62 0.51 0.52
Hex C3 94 45 0 18 41 18 26 33 34
Octal 303 224 105 0 30 101 30 46 63 64
Binary 11000011 10010100 1000101 0 11000 1000001 11000 100110 110011 110100

Color Harmonies of #C39445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39445

Black with #C39445

Text Example


Text Example

White with #C39445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39445; }

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

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

background-color css

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

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

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

border-color css

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

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

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