Html Css Color HEX #C38D4D Tussock

📋 copy color: '#C38D4D'

red 195 ◦ green 141 ◦ blue 77

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

Shades of Tussock #C38D4D

Tints of Tussock #C38D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.64%

R = 47.22%
G = 34.14%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C38D4D (or 0xC38D4D) is known color: Tussock. HEX triplet: C3, 8D and 4D. RGB value is (195,141,77). Sum of RGB (Red+Green+Blue) = 195+141+77=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38D4D is #3C72B2. Grayscale: #969696. Windows color (decimal): -3961523 or 5082563. OLE color: 5082563.

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

Color convert

RGB 195 141 77 -
CMYK 0 0.28 0.61 0.24
HSL 32.54º 0.5% 0.53% -
HSV(B) 32.54º 0.61% 0.76% -
XYZ 33.37 31.19 11.28 -
YUV 149.85 86.89 160.2 -
System Red Green Blue C M Y K H S L
Decimal 195 141 77 0 0.28 0.61 0.24 32.54 0.5 0.53
Hex C3 8D 4D 0 1C 3D 18 21 32 35
Octal 303 215 115 0 34 75 30 41 62 65
Binary 11000011 10001101 1001101 0 11100 111101 11000 100001 110010 110101

Color Harmonies of #C38D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38D4D

Black with #C38D4D

Text Example


Text Example

White with #C38D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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