Html Css Color HEX #C58D56 Twine

📋 copy color: '#C58D56'

red 197 ◦ green 141 ◦ blue 86

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

Shades of Twine #C58D56

Tints of Twine #C58D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.28%

R = 46.46%
G = 33.25%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C58D56 (or 0xC58D56) is known color: Twine. HEX triplet: C5, 8D and 56. RGB value is (197,141,86). Sum of RGB (Red+Green+Blue) = 197+141+86=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 86 (33.98% from 255 or 20.28% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58D56 is #3A72A9. Grayscale: #979797. Windows color (decimal): -3830442 or 5672389. OLE color: 5672389.

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

Color convert

RGB 197 141 86 -
CMYK 0 0.28 0.56 0.23
HSL 29.73º 0.49% 0.55% -
HSV(B) 29.73º 0.56% 0.77% -
XYZ 34.23 31.59 13.1 -
YUV 151.47 91.05 160.47 -
System Red Green Blue C M Y K H S L
Decimal 197 141 86 0 0.28 0.56 0.23 29.73 0.49 0.55
Hex C5 8D 56 0 1C 38 17 1E 31 37
Octal 305 215 126 0 34 70 27 36 61 67
Binary 11000101 10001101 1010110 0 11100 111000 10111 11110 110001 110111

Color Harmonies of #C58D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58D56

Black with #C58D56

Text Example


Text Example

White with #C58D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58D56; }

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

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

background-color css

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

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

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

border-color css

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

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

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