Html Css Color HEX #C58C57 Twine

📋 copy color: '#C58C57'

red 197 ◦ green 140 ◦ blue 87

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

Shades of Twine #C58C57

Tints of Twine #C58C57

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.02%

 BLUE value IS 87 (34.38% from 255) = 20.52%

R = 46.46%
G = 33.02%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C58C57 (or 0xC58C57) is known color: Twine. HEX triplet: C5, 8C and 57. RGB value is (197,140,87). Sum of RGB (Red+Green+Blue) = 197+140+87=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 87 (34.38% from 255 or 20.52% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58C57 is #3A73A8. Grayscale: #979797. Windows color (decimal): -3830697 or 5737669. OLE color: 5737669.

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

Color convert

RGB 197 140 87 -
CMYK 0 0.29 0.56 0.23
HSL 28.91º 0.49% 0.56% -
HSV(B) 28.91º 0.56% 0.77% -
XYZ 34.12 31.31 13.26 -
YUV 151 91.88 160.81 -
System Red Green Blue C M Y K H S L
Decimal 197 140 87 0 0.29 0.56 0.23 28.91 0.49 0.56
Hex C5 8C 57 0 1D 38 17 1D 31 38
Octal 305 214 127 0 35 70 27 35 61 70
Binary 11000101 10001100 1010111 0 11101 111000 10111 11101 110001 111000

Color Harmonies of #C58C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58C57

Black with #C58C57

Text Example


Text Example

White with #C58C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58C57; }

 p { color: rgb(197,140,87); }

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

background-color css

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

 a { background-color: rgb(197,140,87); }

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

border-color css

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

 span { border-color: rgb(197,140,87); }

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