Html Css Color HEX #C58356 Twine

📋 copy color: '#C58356'

red 197 ◦ green 131 ◦ blue 86

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

Shades of Twine #C58356

Tints of Twine #C58356

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.64%

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

R = 47.58%
G = 31.64%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C58356 (or 0xC58356) is known color: Twine. HEX triplet: C5, 83 and 56. RGB value is (197,131,86). Sum of RGB (Red+Green+Blue) = 197+131+86=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C58356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58356 is #3A7CA9. Grayscale: #919191. Windows color (decimal): -3833002 or 5669829. OLE color: 5669829.

HSL color Cylindrical-coordinate representation of color #C58356: hue angle of 24.32º 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 #C58356 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 131 86 -
CMYK 0 0.34 0.56 0.23
HSL 24.32º 0.49% 0.55% -
HSV(B) 24.32º 0.56% 0.77% -
XYZ 32.82 28.77 12.63 -
YUV 145.6 94.37 164.66 -
System Red Green Blue C M Y K H S L
Decimal 197 131 86 0 0.34 0.56 0.23 24.32 0.49 0.55
Hex C5 83 56 0 22 38 17 18 31 37
Octal 305 203 126 0 42 70 27 30 61 67
Binary 11000101 10000011 1010110 0 100010 111000 10111 11000 110001 110111

Color Harmonies of #C58356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58356

Black with #C58356

Text Example


Text Example

White with #C58356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58356; }

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

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

background-color css

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

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

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

border-color css

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

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

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