Html Css Color HEX #C38B49 Tussock

📋 copy color: '#C38B49'

red 195 ◦ green 139 ◦ blue 73

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

Shades of Tussock #C38B49

Tints of Tussock #C38B49

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.15%

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

R = 47.91%
G = 34.15%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C38B49 (or 0xC38B49) is known color: Tussock. HEX triplet: C3, 8B and 49. RGB value is (195,139,73). Sum of RGB (Red+Green+Blue) = 195+139+73=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38B49 is #3C74B6. Grayscale: #949494. Windows color (decimal): -3962039 or 4819907. OLE color: 4819907.

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

Color convert

RGB 195 139 73 -
CMYK 0 0.29 0.63 0.24
HSL 32.46º 0.5% 0.53% -
HSV(B) 32.46º 0.63% 0.76% -
XYZ 32.94 30.55 10.46 -
YUV 148.22 85.55 161.37 -
System Red Green Blue C M Y K H S L
Decimal 195 139 73 0 0.29 0.63 0.24 32.46 0.5 0.53
Hex C3 8B 49 0 1D 3F 18 20 32 35
Octal 303 213 111 0 35 77 30 40 62 65
Binary 11000011 10001011 1001001 0 11101 111111 11000 100000 110010 110101

Color Harmonies of #C38B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38B49

Black with #C38B49

Text Example


Text Example

White with #C38B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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