Html Css Color HEX #C08749 Tussock

📋 copy color: '#C08749'

red 192 ◦ green 135 ◦ blue 73

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

Shades of Tussock #C08749

Tints of Tussock #C08749

RGB

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

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

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

R = 48%
G = 33.75%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C08749 (or 0xC08749) is known color: Tussock. HEX triplet: C0, 87 and 49. RGB value is (192,135,73). Sum of RGB (Red+Green+Blue) = 192+135+73=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C08749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08749 is #3F78B6. Grayscale: #919191. Windows color (decimal): -4159671 or 4818880. OLE color: 4818880.

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

Color convert

RGB 192 135 73 -
CMYK 0 0.30 0.62 0.25
HSL 31.26º 0.49% 0.52% -
HSV(B) 31.26º 0.62% 0.75% -
XYZ 31.6 29.02 10.24 -
YUV 144.98 87.38 161.54 -
System Red Green Blue C M Y K H S L
Decimal 192 135 73 0 0.30 0.62 0.25 31.26 0.49 0.52
Hex C0 87 49 0 1E 3E 19 1F 31 34
Octal 300 207 111 0 36 76 31 37 61 64
Binary 11000000 10000111 1001001 0 11110 111110 11001 11111 110001 110100

Color Harmonies of #C08749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08749

Black with #C08749

Text Example


Text Example

White with #C08749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08749; }

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

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

background-color css

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

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

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

border-color css

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

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

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