Html Css Color HEX #C38D4A Tussock

📋 copy color: '#C38D4A'

red 195 ◦ green 141 ◦ blue 74

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

Shades of Tussock #C38D4A

Tints of Tussock #C38D4A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.39%

 BLUE value IS 74 (29.3% from 255) = 18.05%

R = 47.56%
G = 34.39%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C38D4A (or 0xC38D4A) is known color: Tussock. HEX triplet: C3, 8D and 4A. RGB value is (195,141,74). Sum of RGB (Red+Green+Blue) = 195+141+74=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38D4A is #3C72B5. Grayscale: #959595. Windows color (decimal): -3961526 or 4885955. OLE color: 4885955.

HSL color Cylindrical-coordinate representation of color #C38D4A: hue angle of 33.22º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C38D4A is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 141 74 -
CMYK 0 0.28 0.62 0.24
HSL 33.22º 0.5% 0.53% -
HSV(B) 33.22º 0.62% 0.76% -
XYZ 33.27 31.15 10.74 -
YUV 149.51 85.39 160.45 -
System Red Green Blue C M Y K H S L
Decimal 195 141 74 0 0.28 0.62 0.24 33.22 0.5 0.53
Hex C3 8D 4A 0 1C 3E 18 21 32 35
Octal 303 215 112 0 34 76 30 41 62 65
Binary 11000011 10001101 1001010 0 11100 111110 11000 100001 110010 110101

Color Harmonies of #C38D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38D4A

Black with #C38D4A

Text Example


Text Example

White with #C38D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38D4A; }

 p { color: rgb(195,141,74); }

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

background-color css

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

 a { background-color: rgb(195,141,74); }

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

border-color css

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

 span { border-color: rgb(195,141,74); }

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