Html Css Color HEX #C38848 Tussock

📋 copy color: '#C38848'

red 195 ◦ green 136 ◦ blue 72

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

Shades of Tussock #C38848

Tints of Tussock #C38848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.87%

R = 48.39%
G = 33.75%
B = 17.87%

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

#C38848 (or 0xC38848) is known color: Tussock. HEX triplet: C3, 88 and 48. RGB value is (195,136,72). Sum of RGB (Red+Green+Blue) = 195+136+72=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 72 (28.52% from 255 or 17.87% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C38848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38848 is #3C77B7. Grayscale: #929292. Windows color (decimal): -3962808 or 4753603. OLE color: 4753603.

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

Color convert

RGB 195 136 72 -
CMYK 0 0.30 0.63 0.24
HSL 31.22º 0.51% 0.52% -
HSV(B) 31.22º 0.63% 0.76% -
XYZ 32.48 29.68 10.15 -
YUV 146.35 86.05 162.7 -
System Red Green Blue C M Y K H S L
Decimal 195 136 72 0 0.30 0.63 0.24 31.22 0.51 0.52
Hex C3 88 48 0 1E 3F 18 1F 33 34
Octal 303 210 110 0 36 77 30 37 63 64
Binary 11000011 10001000 1001000 0 11110 111111 11000 11111 110011 110100

Color Harmonies of #C38848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38848

Black with #C38848

Text Example


Text Example

White with #C38848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38848; }

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

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

background-color css

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

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

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

border-color css

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

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

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