Html Css Color HEX #C38F49 Tussock

📋 copy color: '#C38F49'

red 195 ◦ green 143 ◦ blue 73

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

Shades of Tussock #C38F49

Tints of Tussock #C38F49

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.79%

 BLUE value IS 73 (28.91% from 255) = 17.76%

R = 47.45%
G = 34.79%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C38F49 (or 0xC38F49) is known color: Tussock. HEX triplet: C3, 8F and 49. RGB value is (195,143,73). Sum of RGB (Red+Green+Blue) = 195+143+73=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38F49 is #3C70B6. Grayscale: #969696. Windows color (decimal): -3961015 or 4820931. OLE color: 4820931.

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

Color convert

RGB 195 143 73 -
CMYK 0 0.27 0.63 0.24
HSL 34.43º 0.5% 0.53% -
HSV(B) 34.43º 0.63% 0.76% -
XYZ 33.53 31.73 10.66 -
YUV 150.57 84.23 159.69 -
System Red Green Blue C M Y K H S L
Decimal 195 143 73 0 0.27 0.63 0.24 34.43 0.5 0.53
Hex C3 8F 49 0 1B 3F 18 22 32 35
Octal 303 217 111 0 33 77 30 42 62 65
Binary 11000011 10001111 1001001 0 11011 111111 11000 100010 110010 110101

Color Harmonies of #C38F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38F49

Black with #C38F49

Text Example


Text Example

White with #C38F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38F49; }

 p { color: rgb(195,143,73); }

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

background-color css

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

 a { background-color: rgb(195,143,73); }

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

border-color css

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

 span { border-color: rgb(195,143,73); }

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