Html Css Color HEX #C08747 Tussock

📋 copy color: '#C08747'

red 192 ◦ green 135 ◦ blue 71

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

Shades of Tussock #C08747

Tints of Tussock #C08747

RGB

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

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

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

R = 48.24%
G = 33.92%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C08747 (or 0xC08747) is known color: Tussock. HEX triplet: C0, 87 and 47. RGB value is (192,135,71). Sum of RGB (Red+Green+Blue) = 192+135+71=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 71 (28.12% from 255 or 17.84% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C08747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08747 is #3F78B8. Grayscale: #919191. Windows color (decimal): -4159673 or 4687808. OLE color: 4687808.

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

Color convert

RGB 192 135 71 -
CMYK 0 0.30 0.63 0.25
HSL 31.74º 0.49% 0.52% -
HSV(B) 31.74º 0.63% 0.75% -
XYZ 31.54 28.99 9.89 -
YUV 144.75 86.38 161.7 -
System Red Green Blue C M Y K H S L
Decimal 192 135 71 0 0.30 0.63 0.25 31.74 0.49 0.52
Hex C0 87 47 0 1E 3F 19 20 31 34
Octal 300 207 107 0 36 77 31 40 61 64
Binary 11000000 10000111 1000111 0 11110 111111 11001 100000 110001 110100

Color Harmonies of #C08747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08747

Black with #C08747

Text Example


Text Example

White with #C08747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08747; }

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

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

background-color css

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

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

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

border-color css

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

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

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