Html Css Color HEX #C38749 Tussock

📋 copy color: '#C38749'

red 195 ◦ green 135 ◦ blue 73

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

Shades of Tussock #C38749

Tints of Tussock #C38749

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.5%

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

R = 48.39%
G = 33.5%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C38749 (or 0xC38749) is known color: Tussock. HEX triplet: C3, 87 and 49. RGB value is (195,135,73). Sum of RGB (Red+Green+Blue) = 195+135+73=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 73 (28.91% from 255 or 18.11% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C38749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38749 is #3C78B6. Grayscale: #929292. Windows color (decimal): -3963063 or 4818883. OLE color: 4818883.

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

Color convert

RGB 195 135 73 -
CMYK 0 0.31 0.63 0.24
HSL 30.49º 0.5% 0.53% -
HSV(B) 30.49º 0.63% 0.76% -
XYZ 32.37 29.41 10.27 -
YUV 145.87 86.88 163.04 -
System Red Green Blue C M Y K H S L
Decimal 195 135 73 0 0.31 0.63 0.24 30.49 0.5 0.53
Hex C3 87 49 0 1F 3F 18 1E 32 35
Octal 303 207 111 0 37 77 30 36 62 65
Binary 11000011 10000111 1001001 0 11111 111111 11000 11110 110010 110101

Color Harmonies of #C38749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38749

Black with #C38749

Text Example


Text Example

White with #C38749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38749; }

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

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

background-color css

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

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

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

border-color css

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

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

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