Html Css Color HEX #C58D4B Tussock

📋 copy color: '#C58D4B'

red 197 ◦ green 141 ◦ blue 75

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

Shades of Tussock #C58D4B

Tints of Tussock #C58D4B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.14%

 BLUE value IS 75 (29.69% from 255) = 18.16%

R = 47.7%
G = 34.14%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C58D4B (or 0xC58D4B) is known color: Tussock. HEX triplet: C5, 8D and 4B. RGB value is (197,141,75). Sum of RGB (Red+Green+Blue) = 197+141+75=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 75 (29.69% from 255 or 18.16% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58D4B is #3A72B4. Grayscale: #969696. Windows color (decimal): -3830453 or 4951493. OLE color: 4951493.

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

Color convert

RGB 197 141 75 -
CMYK 0 0.28 0.62 0.23
HSL 32.46º 0.51% 0.53% -
HSV(B) 32.46º 0.62% 0.77% -
XYZ 33.82 31.43 10.94 -
YUV 150.22 85.55 161.37 -
System Red Green Blue C M Y K H S L
Decimal 197 141 75 0 0.28 0.62 0.23 32.46 0.51 0.53
Hex C5 8D 4B 0 1C 3E 17 20 33 35
Octal 305 215 113 0 34 76 27 40 63 65
Binary 11000101 10001101 1001011 0 11100 111110 10111 100000 110011 110101

Color Harmonies of #C58D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58D4B

Black with #C58D4B

Text Example


Text Example

White with #C58D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58D4B; }

 p { color: rgb(197,141,75); }

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

background-color css

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

 a { background-color: rgb(197,141,75); }

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

border-color css

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

 span { border-color: rgb(197,141,75); }

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