Html Css Color HEX #C38849 Tussock

📋 copy color: '#C38849'

red 195 ◦ green 136 ◦ blue 73

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

Shades of Tussock #C38849

Tints of Tussock #C38849

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.66%

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

R = 48.27%
G = 33.66%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C38849 (or 0xC38849) is known color: Tussock. HEX triplet: C3, 88 and 49. RGB value is (195,136,73). Sum of RGB (Red+Green+Blue) = 195+136+73=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C38849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38849 is #3C77B6. Grayscale: #929292. Windows color (decimal): -3962807 or 4819139. OLE color: 4819139.

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

Color convert

RGB 195 136 73 -
CMYK 0 0.30 0.63 0.24
HSL 30.98º 0.5% 0.53% -
HSV(B) 30.98º 0.63% 0.76% -
XYZ 32.51 29.69 10.32 -
YUV 146.46 86.55 162.62 -
System Red Green Blue C M Y K H S L
Decimal 195 136 73 0 0.30 0.63 0.24 30.98 0.5 0.53
Hex C3 88 49 0 1E 3F 18 1F 32 35
Octal 303 210 111 0 36 77 30 37 62 65
Binary 11000011 10001000 1001001 0 11110 111111 11000 11111 110010 110101

Color Harmonies of #C38849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38849

Black with #C38849

Text Example


Text Example

White with #C38849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38849; }

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

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

background-color css

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

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

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

border-color css

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

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

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