Html Css Color HEX #C58B49 Tussock

📋 copy color: '#C58B49'

red 197 ◦ green 139 ◦ blue 73

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

Shades of Tussock #C58B49

Tints of Tussock #C58B49

RGB

 RED value IS 197 (77.34% from 255) = 48.17%

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

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

R = 48.17%
G = 33.99%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C58B49 (or 0xC58B49) is known color: Tussock. HEX triplet: C5, 8B and 49. RGB value is (197,139,73). Sum of RGB (Red+Green+Blue) = 197+139+73=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 73 (28.91% from 255 or 17.85% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58B49 is #3A74B6. Grayscale: #959595. Windows color (decimal): -3830967 or 4819909. OLE color: 4819909.

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

Color convert

RGB 197 139 73 -
CMYK 0 0.29 0.63 0.23
HSL 31.94º 0.52% 0.53% -
HSV(B) 31.94º 0.63% 0.77% -
XYZ 33.46 30.82 10.49 -
YUV 148.82 85.22 162.37 -
System Red Green Blue C M Y K H S L
Decimal 197 139 73 0 0.29 0.63 0.23 31.94 0.52 0.53
Hex C5 8B 49 0 1D 3F 17 20 34 35
Octal 305 213 111 0 35 77 27 40 64 65
Binary 11000101 10001011 1001001 0 11101 111111 10111 100000 110100 110101

Color Harmonies of #C58B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58B49

Black with #C58B49

Text Example


Text Example

White with #C58B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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