Html Css Color HEX #C38C47 Tussock

📋 copy color: '#C38C47'

red 195 ◦ green 140 ◦ blue 71

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

Shades of Tussock #C38C47

Tints of Tussock #C38C47

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.48%

 BLUE value IS 71 (28.13% from 255) = 17.49%

R = 48.03%
G = 34.48%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C38C47 (or 0xC38C47) is known color: Tussock. HEX triplet: C3, 8C and 47. RGB value is (195,140,71). Sum of RGB (Red+Green+Blue) = 195+140+71=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 71 (28.12% from 255 or 17.49% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38C47 is #3C73B8. Grayscale: #949494. Windows color (decimal): -3961785 or 4689091. OLE color: 4689091.

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

Color convert

RGB 195 140 71 -
CMYK 0 0.28 0.64 0.24
HSL 33.39º 0.51% 0.52% -
HSV(B) 33.39º 0.64% 0.76% -
XYZ 33.02 30.81 10.17 -
YUV 148.58 84.22 161.11 -
System Red Green Blue C M Y K H S L
Decimal 195 140 71 0 0.28 0.64 0.24 33.39 0.51 0.52
Hex C3 8C 47 0 1C 40 18 21 33 34
Octal 303 214 107 0 34 100 30 41 63 64
Binary 11000011 10001100 1000111 0 11100 1000000 11000 100001 110011 110100

Color Harmonies of #C38C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38C47

Black with #C38C47

Text Example


Text Example

White with #C38C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38C47; }

 p { color: rgb(195,140,71); }

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

background-color css

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

 a { background-color: rgb(195,140,71); }

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

border-color css

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

 span { border-color: rgb(195,140,71); }

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