Html Css Color HEX #C08B49 Tussock

📋 copy color: '#C08B49'

red 192 ◦ green 139 ◦ blue 73

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

Shades of Tussock #C08B49

Tints of Tussock #C08B49

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.41%

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

R = 47.52%
G = 34.41%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C08B49 (or 0xC08B49) is known color: Tussock. HEX triplet: C0, 8B and 49. RGB value is (192,139,73). Sum of RGB (Red+Green+Blue) = 192+139+73=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08B49 is #3F74B6. Grayscale: #939393. Windows color (decimal): -4158647 or 4819904. OLE color: 4819904.

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

Color convert

RGB 192 139 73 -
CMYK 0 0.28 0.62 0.25
HSL 33.28º 0.49% 0.52% -
HSV(B) 33.28º 0.62% 0.75% -
XYZ 32.17 30.15 10.43 -
YUV 147.32 86.06 159.87 -
System Red Green Blue C M Y K H S L
Decimal 192 139 73 0 0.28 0.62 0.25 33.28 0.49 0.52
Hex C0 8B 49 0 1C 3E 19 21 31 34
Octal 300 213 111 0 34 76 31 41 61 64
Binary 11000000 10001011 1001001 0 11100 111110 11001 100001 110001 110100

Color Harmonies of #C08B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08B49

Black with #C08B49

Text Example


Text Example

White with #C08B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08B49; }

 p { color: rgb(192,139,73); }

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

background-color css

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

 a { background-color: rgb(192,139,73); }

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

border-color css

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

 span { border-color: rgb(192,139,73); }

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