Html Css Color HEX #C39350 Tussock

📋 copy color: '#C39350'

red 195 ◦ green 147 ◦ blue 80

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

Shades of Tussock #C39350

Tints of Tussock #C39350

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.83%

 BLUE value IS 80 (31.64% from 255) = 18.96%

R = 46.21%
G = 34.83%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C39350 (or 0xC39350) is known color: Tussock. HEX triplet: C3, 93 and 50. RGB value is (195,147,80). Sum of RGB (Red+Green+Blue) = 195+147+80=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C39350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39350 is #3C6CAF. Grayscale: #9A9A9A. Windows color (decimal): -3959984 or 5280707. OLE color: 5280707.

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

Color convert

RGB 195 147 80 -
CMYK 0 0.25 0.59 0.24
HSL 34.96º 0.49% 0.54% -
HSV(B) 34.96º 0.59% 0.76% -
XYZ 34.39 33.05 12.16 -
YUV 153.71 86.4 157.45 -
System Red Green Blue C M Y K H S L
Decimal 195 147 80 0 0.25 0.59 0.24 34.96 0.49 0.54
Hex C3 93 50 0 19 3B 18 23 31 36
Octal 303 223 120 0 31 73 30 43 61 66
Binary 11000011 10010011 1010000 0 11001 111011 11000 100011 110001 110110

Color Harmonies of #C39350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39350

Black with #C39350

Text Example


Text Example

White with #C39350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39350; }

 p { color: rgb(195,147,80); }

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

background-color css

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

 a { background-color: rgb(195,147,80); }

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

border-color css

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

 span { border-color: rgb(195,147,80); }

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