Html Css Color HEX #C08B4A Tussock

📋 copy color: '#C08B4A'

red 192 ◦ green 139 ◦ blue 74

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

Shades of Tussock #C08B4A

Tints of Tussock #C08B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.27%

R = 47.41%
G = 34.32%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C08B4A (or 0xC08B4A) is known color: Tussock. HEX triplet: C0, 8B and 4A. RGB value is (192,139,74). Sum of RGB (Red+Green+Blue) = 192+139+74=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08B4A is #3F74B5. Grayscale: #939393. Windows color (decimal): -4158646 or 4885440. OLE color: 4885440.

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

Color convert

RGB 192 139 74 -
CMYK 0 0.28 0.61 0.25
HSL 33.05º 0.48% 0.52% -
HSV(B) 33.05º 0.61% 0.75% -
XYZ 32.21 30.17 10.6 -
YUV 147.44 86.56 159.79 -
System Red Green Blue C M Y K H S L
Decimal 192 139 74 0 0.28 0.61 0.25 33.05 0.48 0.52
Hex C0 8B 4A 0 1C 3D 19 21 30 34
Octal 300 213 112 0 34 75 31 41 60 64
Binary 11000000 10001011 1001010 0 11100 111101 11001 100001 110000 110100

Color Harmonies of #C08B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08B4A

Black with #C08B4A

Text Example


Text Example

White with #C08B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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