Html Css Color HEX #C08847 Tussock

📋 copy color: '#C08847'

red 192 ◦ green 136 ◦ blue 71

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

Shades of Tussock #C08847

Tints of Tussock #C08847

RGB

 RED value IS 192 (75.39% from 255) = 48.12%

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

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

R = 48.12%
G = 34.09%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C08847 (or 0xC08847) is known color: Tussock. HEX triplet: C0, 88 and 47. RGB value is (192,136,71). Sum of RGB (Red+Green+Blue) = 192+136+71=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 71 (28.12% from 255 or 17.79% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C08847 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08847 is #3F77B8. Grayscale: #919191. Windows color (decimal): -4159417 or 4688064. OLE color: 4688064.

HSL color Cylindrical-coordinate representation of color #C08847: hue angle of 32.23º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C08847 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 136 71 -
CMYK 0 0.29 0.63 0.25
HSL 32.23º 0.49% 0.52% -
HSV(B) 32.23º 0.63% 0.75% -
XYZ 31.68 29.27 9.94 -
YUV 145.33 86.05 161.29 -
System Red Green Blue C M Y K H S L
Decimal 192 136 71 0 0.29 0.63 0.25 32.23 0.49 0.52
Hex C0 88 47 0 1D 3F 19 20 31 34
Octal 300 210 107 0 35 77 31 40 61 64
Binary 11000000 10001000 1000111 0 11101 111111 11001 100000 110001 110100

Color Harmonies of #C08847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08847

Black with #C08847

Text Example


Text Example

White with #C08847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08847; }

 p { color: rgb(192,136,71); }

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

background-color css

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

 a { background-color: rgb(192,136,71); }

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

border-color css

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

 span { border-color: rgb(192,136,71); }

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