Html Css Color HEX #C39145 Tussock

📋 copy color: '#C39145'

red 195 ◦ green 145 ◦ blue 69

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

Shades of Tussock #C39145

Tints of Tussock #C39145

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.45%

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

R = 47.68%
G = 35.45%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C39145 (or 0xC39145) is known color: Tussock. HEX triplet: C3, 91 and 45. RGB value is (195,145,69). Sum of RGB (Red+Green+Blue) = 195+145+69=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 69 (27.34% from 255 or 16.87% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C39145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39145 is #3C6EBA. Grayscale: #979797. Windows color (decimal): -3960507 or 4559299. OLE color: 4559299.

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

Color convert

RGB 195 145 69 -
CMYK 0 0.26 0.65 0.24
HSL 36.19º 0.51% 0.52% -
HSV(B) 36.19º 0.65% 0.76% -
XYZ 33.71 32.28 10.08 -
YUV 151.29 81.57 159.18 -
System Red Green Blue C M Y K H S L
Decimal 195 145 69 0 0.26 0.65 0.24 36.19 0.51 0.52
Hex C3 91 45 0 1A 41 18 24 33 34
Octal 303 221 105 0 32 101 30 44 63 64
Binary 11000011 10010001 1000101 0 11010 1000001 11000 100100 110011 110100

Color Harmonies of #C39145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39145

Black with #C39145

Text Example


Text Example

White with #C39145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39145; }

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

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

background-color css

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

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

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

border-color css

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

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

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